We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ff3c2 commit 2bc23beCopy full SHA for 2bc23be
src/components/Translatathon/TranslatathonPrizes.tsx
@@ -1,4 +1,5 @@
1
import Emoji from "@/components/Emoji"
2
+import Link from "@/components/Link"
3
4
const TranslatathonPrizes = () => {
5
return (
@@ -77,8 +78,9 @@ const TranslatathonPrizes = () => {
77
78
<p className="text-body-base text-lg">+ Participation prizes</p>
79
</div>
80
<div className="flex flex-col text-sm text-body-medium">
- {/* TODO: Add this disclaimer link later */}
81
- {/* <p>see prizes disclaimer here</p> */}
+ <Link href="/contributing/translation-program/translatathon/terms-and-conditions/">
82
+ See full Terms & Conditions here
83
+ </Link>
84
85
86
0 commit comments