From 61baffd295a604baa8560cc0175b3bfcf0e24dfe Mon Sep 17 00:00:00 2001 From: Radiquum Date: Mon, 25 Aug 2025 07:30:10 +0500 Subject: [PATCH] anix/: add buttons to discovery page --- app/components/Discovery/InterestingCarousel.tsx | 4 ++-- app/pages/Discover.tsx | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/app/components/Discovery/InterestingCarousel.tsx b/app/components/Discovery/InterestingCarousel.tsx index 7740c8f..d6c4c41 100644 --- a/app/components/Discovery/InterestingCarousel.tsx +++ b/app/components/Discovery/InterestingCarousel.tsx @@ -37,7 +37,7 @@ export const InterestingCarousel = () => { { style={{ maxWidth: "fit-content" }} > -
+
{ return ( <> +
+ + + + +
); };