diff --git a/src/App.tsx b/src/App.tsx index 22d5a39e..a6bb8d5b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -29,8 +29,8 @@ const App = () => { const [loading, setLoading] = useState(true); const [searchParams] = useSearchParams(); - const scrollToExplore = () => { - const exploreContent = document.getElementById("explore"); + const scrollToFooter = () => { + const exploreContent = document.getElementById("footer"); if (exploreContent) { exploreContent.scrollIntoView({ behavior: "smooth" }); } @@ -104,7 +104,7 @@ const App = () => { return ( - + { background: backgroundColor, }} > - + { return (