Skip to content

Commit 2bc23be

Browse files
committed
add terms and conditions link
1 parent 69ff3c2 commit 2bc23be

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/Translatathon/TranslatathonPrizes.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import Emoji from "@/components/Emoji"
2+
import Link from "@/components/Link"
23

34
const TranslatathonPrizes = () => {
45
return (
@@ -77,8 +78,9 @@ const TranslatathonPrizes = () => {
7778
<p className="text-body-base text-lg">+ Participation prizes</p>
7879
</div>
7980
<div className="flex flex-col text-sm text-body-medium">
80-
{/* TODO: Add this disclaimer link later */}
81-
{/* <p>see prizes disclaimer here</p> */}
81+
<Link href="/contributing/translation-program/translatathon/terms-and-conditions/">
82+
See full Terms & Conditions here
83+
</Link>
8284
</div>
8385
</div>
8486
</div>

0 commit comments

Comments
 (0)