File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import {
16
16
Page ,
17
17
} from "@/components/MdComponents"
18
18
import { ApplyNow } from "@/components/Translatathon/ApplyNow"
19
+ import { APPLICATION_URL } from "@/components/Translatathon/constants"
19
20
import { CountdownBanner } from "@/components/Translatathon/CountdownBanner"
20
21
import { DatesAndTimeline } from "@/components/Translatathon/DatesAndTimeline"
21
22
import { LocalCommunitiesList } from "@/components/Translatathon/LocalCommunitiesList"
@@ -208,7 +209,7 @@ export const TranslatathonLayout = ({
208
209
different languages.
209
210
</ Text >
210
211
< Flex >
211
- < ButtonLink href = "/" > Apply to translate</ ButtonLink >
212
+ < ButtonLink href = { APPLICATION_URL } > Apply to translate</ ButtonLink >
212
213
</ Flex >
213
214
</ >
214
215
}
You can’t perform that action at this time.
0 commit comments