We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
body
1 parent 46c1700 commit aafe223Copy full SHA for aafe223
src/components/Footer.tsx
@@ -320,7 +320,7 @@ const Footer = ({ lastDeployLocaleTimestamp }: FooterProps) => {
320
<Button
321
variant="outline"
322
isSecondary
323
- onClick={() => scrollIntoView("div.mx-auto")}
+ onClick={() => scrollIntoView("body")}
324
>
325
<IoChevronUpSharp /> Go to top
326
</Button>
0 commit comments