Skip to content

Commit

Permalink
Merge pull request #603 from DeXter-on-Radix/add-dao-votes-to-footer
Browse files Browse the repository at this point in the history
add link to crumbsup in footer
  • Loading branch information
Radstakes authored Nov 9, 2024
2 parents dfd811b + 9eabb45 commit 7c686d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ export function Footer() {
text: t("treasury"),
url: "https://dashboard.radixdlt.com/account/account_rdx168qrzyngejus9nazhp7rw9z3qn2r7uk3ny89m5lwvl299ayv87vpn5",
},
{
text: t("dao_votes"),
url: "https://www.crumbsup.io/#dao?id=0a1d654c-bba7-4f1e-b1f6-b891e6021950",
},
],
};
const contentColumn2 = {
Expand Down
3 changes: 2 additions & 1 deletion src/app/state/locales/en/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"support": "Support",
"report_translation_issue": "Report translation issue",
"roadmap": "Roadmap",
"treasury": "Treasury"
"treasury": "Treasury",
"dao_votes": "DAO votes"
}
3 changes: 2 additions & 1 deletion src/app/state/locales/pt/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"support": "Suporte",
"report_translation_issue": "Relatar problema de tradução",
"roadmap": "Roadmap",
"treasury": "Treasury"
"treasury": "Treasury",
"dao_votes": "Votos DAO"
}

0 comments on commit 7c686d2

Please sign in to comment.