feat: add link to competitions homepage
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user