Skip to content

Commit 6e29599

Browse files
committed
fix: fix link url in footer
1 parent c2bf1eb commit 6e29599

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "edt-offline-portal",
33
"license": "CC0-1.0",
4-
"version": "v1.0.1",
4+
"version": "v1.0.3",
55
"scripts": {
66
"dev": "nuxt",
77
"build": "nuxt build",

src/components/Footer.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<br />
2828
<span class="text-light-800">
2929
{{ $t("madeWithLove") }}
30-
<a href="https://digital-democarcy.org">Digital Democracy</a>
30+
<a href="https://digital-democracy.org">Digital Democracy</a>
3131
{{ $t("withSupport") }}
3232
<a href="http://earthdefenderstoolkit.com/">Sponsors</a>
3333
<!-- <img src="~/assets/cc.svg" alt="cc" class="h-20px w-20px" /> -->

0 commit comments

Comments
 (0)