@empoweredvote/ev-ui 0.10.2 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +19 -9
package/dist/index.js
CHANGED
|
@@ -1769,7 +1769,8 @@ var SIGNUP_ENDPOINT_DEFAULT = "https://gq2nohazl3447rhtau34o6yqs40vpude.lambda-u
|
|
|
1769
1769
|
var DEFAULT_LINKS = [
|
|
1770
1770
|
{ label: "Mind Map", href: "https://empowered.vote/maps/purpose-map.html" },
|
|
1771
1771
|
{ label: "Briefing", href: "https://empowered.vote/briefing" },
|
|
1772
|
-
{ label: "Financials", href: "https://financials.empowered.vote", external: true }
|
|
1772
|
+
{ label: "Financials", href: "https://financials.empowered.vote", external: true },
|
|
1773
|
+
{ label: "Donate", href: "https://empowered.vote/donate" }
|
|
1773
1774
|
];
|
|
1774
1775
|
function SiteFooter({
|
|
1775
1776
|
darkMode = false,
|