From 81acc9fada56a922e8d2b1b991b8f95d0eb6c16d Mon Sep 17 00:00:00 2001 From: Prathamesh-V-Kirad Date: Wed, 13 Nov 2024 21:25:45 +0530 Subject: [PATCH] Fixed Duplicate Scroll Button Issue in Safari Browser --- components/buttons/ScrollButton.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/components/buttons/ScrollButton.tsx b/components/buttons/ScrollButton.tsx index b3b53c1577ff..89a37dc0cf9a 100644 --- a/components/buttons/ScrollButton.tsx +++ b/components/buttons/ScrollButton.tsx @@ -27,11 +27,12 @@ function ScrollButton() { return (
- {backToTopButton && ( - - )} +
); }