We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2bf1eb commit 6e29599Copy full SHA for 6e29599
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "edt-offline-portal",
3
"license": "CC0-1.0",
4
- "version": "v1.0.1",
+ "version": "v1.0.3",
5
"scripts": {
6
"dev": "nuxt",
7
"build": "nuxt build",
src/components/Footer.vue
@@ -27,7 +27,7 @@
27
<br />
28
<span class="text-light-800">
29
{{ $t("madeWithLove") }}
30
- <a href="https://digital-democarcy.org">Digital Democracy</a>
+ <a href="https://digital-democracy.org">Digital Democracy</a>
31
{{ $t("withSupport") }}
32
<a href="http://earthdefenderstoolkit.com/">Sponsors</a>
33
<!-- <img src="~/assets/cc.svg" alt="cc" class="h-20px w-20px" /> -->
0 commit comments