Skip to content

Commit 57a7d5a

Browse files
authored
Merge pull request #13496 from ethereum/hotfix-translatathon-link
2 parents 698c992 + 0d3153c commit 57a7d5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/layouts/Translatathon.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import {
1616
Page,
1717
} from "@/components/MdComponents"
1818
import { ApplyNow } from "@/components/Translatathon/ApplyNow"
19+
import { APPLICATION_URL } from "@/components/Translatathon/constants"
1920
import { CountdownBanner } from "@/components/Translatathon/CountdownBanner"
2021
import { DatesAndTimeline } from "@/components/Translatathon/DatesAndTimeline"
2122
import { LocalCommunitiesList } from "@/components/Translatathon/LocalCommunitiesList"
@@ -208,7 +209,7 @@ export const TranslatathonLayout = ({
208209
different languages.
209210
</Text>
210211
<Flex>
211-
<ButtonLink href="/">Apply to translate</ButtonLink>
212+
<ButtonLink href={APPLICATION_URL}>Apply to translate</ButtonLink>
212213
</Flex>
213214
</>
214215
}

0 commit comments

Comments
 (0)