Skip to content

Commit 8063914

Browse files
committed
Setup go to top button for translation
1 parent 787c54c commit 8063914

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ const Footer = ({ lastDeployLocaleTimestamp }: FooterProps) => {
352352
isSecondary
353353
onClick={() => scrollIntoView("__next")}
354354
>
355-
Go to top
355+
{t("go-to-top")}
356356
</Button>
357357
</Flex>
358358

src/intl/en/common.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
"get-eth": "Get ETH",
112112
"get-involved": "Get involved",
113113
"get-started": "Get started",
114+
"go-to-top": "Go to top",
114115
"grant-programs": "Ecosystem Grant Programs",
115116
"grants": "Grants",
116117
"guides": "Guides",

0 commit comments

Comments
 (0)