From c45573323f1d99f017f69fc5a9777d3cc4fe18d4 Mon Sep 17 00:00:00 2001 From: He1DAr Date: Fri, 29 Dec 2023 21:25:09 -0500 Subject: [PATCH] fix: list button style --- src/common/components/ListFooter.tsx | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/src/common/components/ListFooter.tsx b/src/common/components/ListFooter.tsx index 4a452a695..ed859ad63 100644 --- a/src/common/components/ListFooter.tsx +++ b/src/common/components/ListFooter.tsx @@ -24,25 +24,16 @@ export const ListFooter: React.FC = ({ }) => { if (href) { return ( - - View all recent {label} + + ); } if (fetchNextPage && hasNextPage) { return ( - );