From 8dc2e23927a6f61d9dc0405b854e0fc1e158d613 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 5 Oct 2024 22:13:03 +0530 Subject: Disable the default back button behavior --- src/components/Favorites.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/components/Favorites.tsx b/src/components/Favorites.tsx index 4c8dc37..54f876c 100644 --- a/src/components/Favorites.tsx +++ b/src/components/Favorites.tsx @@ -65,7 +65,7 @@ export const Favorites: React.FC<{active: boolean}> = (_) => { disabled={isActive} hitSlop={10} className="pr-2 py-3"> - + -- cgit v1.3.1