diff --git a/site/SiteTools.tsx b/site/SiteTools.tsx index b332a2a9fe..24d7dafaba 100644 --- a/site/SiteTools.tsx +++ b/site/SiteTools.tsx @@ -16,6 +16,7 @@ const SITE_TOOLS_CLASS = "site-tools" const SiteTools = () => { const scrollDirection = useScrollDirection() + const isDonatePage = window.location.pathname === "/donate" return (
{ hide: scrollDirection === ScrollDirection.Down, })} > - - - Donate - + {!isDonatePage && ( + + + Donate + + )} {/* */}