Skip to content

Commit

Permalink
Merge pull request #13513 from ethereum/staging
Browse files Browse the repository at this point in the history
Staging -> dev
  • Loading branch information
corwintines authored Jul 26, 2024
2 parents 642c944 + 72e5bc2 commit 1baf2d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/layouts/Translatathon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import {
Page,
} from "@/components/MdComponents"
import { ApplyNow } from "@/components/Translatathon/ApplyNow"
import { APPLICATION_URL } from "@/components/Translatathon/constants"
import { CountdownBanner } from "@/components/Translatathon/CountdownBanner"
import { DatesAndTimeline } from "@/components/Translatathon/DatesAndTimeline"
import { LocalCommunitiesList } from "@/components/Translatathon/LocalCommunitiesList"
Expand Down Expand Up @@ -208,7 +209,7 @@ export const TranslatathonLayout = ({
different languages.
</Text>
<Flex>
<ButtonLink href="/">Apply to translate</ButtonLink>
<ButtonLink href={APPLICATION_URL}>Apply to translate</ButtonLink>
</Flex>
</>
}
Expand Down

0 comments on commit 1baf2d6

Please sign in to comment.