Skip to content

Commit 0d3153c

Browse files
committed
fix translatathon link
1 parent 698c992 commit 0d3153c

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)