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.
1 parent ec02d02 commit 784e8adCopy full SHA for 784e8ad
src/components/Footer.tsx
@@ -320,7 +320,7 @@ const Footer = ({ lastDeployLocaleTimestamp }: FooterProps) => {
320
<Button
321
variant="outline"
322
isSecondary
323
- onClick={() => scrollIntoView("__next")}
+ onClick={() => scrollIntoView("top")}
324
>
325
<IoChevronUpSharp /> Go to top
326
</Button>
src/layouts/BaseLayout.tsx
@@ -51,7 +51,7 @@ export const BaseLayout = ({
51
* layout on initial load.
52
*/}
53
<SkipLink />
54
- <div className="mx-auto max-w-screen-2xl">
+ <div className="mx-auto max-w-screen-2xl" id="top">
55
<Nav />
56
57
{/* TODO: FIX TRANSLATION BANNER LOGIC FOR https://github.com/ethereum/ethereum-org-website/issues/11305 */}
0 commit comments