From 147862b39ea80988f6f2e7b9ea275dc8f1275cde Mon Sep 17 00:00:00 2001 From: Mujtaba <126389386+Mujtaba500@users.noreply.github.com> Date: Mon, 14 Oct 2024 15:48:31 +0500 Subject: [PATCH] Fix: Change button cursor to pointer on hover --- apps/frontend/src/components/launches/filters.tsx | 4 ++-- apps/frontend/src/components/layout/mode.component.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/frontend/src/components/launches/filters.tsx b/apps/frontend/src/components/launches/filters.tsx index 5dcc29a8..f87cea68 100644 --- a/apps/frontend/src/components/launches/filters.tsx +++ b/apps/frontend/src/components/launches/filters.tsx @@ -146,7 +146,7 @@ export const Filters = () => { ]); return (
-
+
{ ? `Week ${week.currentWeek}` : `${dayjs().month(week.currentMonth).format('MMMM')}`}
-
+
{ }, [mode]); return ( -
+
{mode === 'dark' ? (