feat: add link to competitions homepage

This commit is contained in:
Matthew Russell
2024-01-19 17:06:43 -05:00
parent 489d436186
commit 4df3e0d792
2 changed files with 6 additions and 0 deletions
@@ -122,6 +122,11 @@ export const CreateCodeForm = () => {
</RainbowButton>
</span>
</Tooltip>
<p className="text-xs">
<Link className="underline" to={Links.COMPETITIONS()}>
{t('Go to competitions')}
</Link>
</p>
<Dialog
title={t('Create a referral code')}
open={dialogOpen}
+1
View File
@@ -122,6 +122,7 @@
"Get started": "Get started",
"Give Feedback": "Give Feedback",
"Go back and try again": "Go back and try again",
"Got to competitions": "Go to competitions",
"Governance": "Governance",
"Governance vote for this market has been rejected": "Governance vote for this market has been rejected",
"Governance vote for this market is valid and has been accepted": "Governance vote for this market is valid and has been accepted",