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.
2 parents ddedb41 + cd8c362 commit 8a9d3e2Copy full SHA for 8a9d3e2
src/components/Footer.tsx
@@ -318,7 +318,7 @@ const Footer = ({ lastDeployLocaleTimestamp }: FooterProps) => {
318
isSecondary
319
onClick={() => scrollIntoView("body")}
320
>
321
- <IoChevronUpSharp /> Go to top
+ <IoChevronUpSharp /> <Translation id="go-to-top" />
322
</Button>
323
</div>
324
src/layouts/Docs.tsx
@@ -67,7 +67,7 @@ const H4 = (props: HTMLAttributes<HTMLHeadingElement>) => (
67
const BackToTop = (props: ChildOnlyProp) => (
68
<div className="display-none mt-12 flex border-t pt-8" {...props}>
69
<InlineLink href="#top">
70
- <Translation id="back-to-top" /> ↑
+ <Translation id="page-developers-docs:back-to-top" /> ↑
71
</InlineLink>
72
73
)
0 commit comments