diff --git a/src/app/components/Footer.tsx b/src/app/components/Footer.tsx index b4694769..cca9dde5 100644 --- a/src/app/components/Footer.tsx +++ b/src/app/components/Footer.tsx @@ -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 = { diff --git a/src/app/state/locales/en/footer.json b/src/app/state/locales/en/footer.json index 513168e0..e816260b 100644 --- a/src/app/state/locales/en/footer.json +++ b/src/app/state/locales/en/footer.json @@ -19,5 +19,6 @@ "support": "Support", "report_translation_issue": "Report translation issue", "roadmap": "Roadmap", - "treasury": "Treasury" + "treasury": "Treasury", + "dao_votes": "DAO votes" } diff --git a/src/app/state/locales/pt/footer.json b/src/app/state/locales/pt/footer.json index 95b0e867..4c3daad0 100644 --- a/src/app/state/locales/pt/footer.json +++ b/src/app/state/locales/pt/footer.json @@ -19,5 +19,6 @@ "support": "Suporte", "report_translation_issue": "Relatar problema de tradução", "roadmap": "Roadmap", - "treasury": "Treasury" + "treasury": "Treasury", + "dao_votes": "Votos DAO" }