Skip to content

Commit

Permalink
fix: fix link url in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed May 2, 2023
1 parent c2bf1eb commit 6e29599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "edt-offline-portal",
"license": "CC0-1.0",
"version": "v1.0.1",
"version": "v1.0.3",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<br />
<span class="text-light-800">
{{ $t("madeWithLove") }}
<a href="https://digital-democarcy.org">Digital Democracy</a>
<a href="https://digital-democracy.org">Digital Democracy</a>
{{ $t("withSupport") }}
<a href="http://earthdefenderstoolkit.com/">Sponsors</a>
<!-- <img src="~/assets/cc.svg" alt="cc" class="h-20px w-20px" /> -->
Expand Down

0 comments on commit 6e29599

Please sign in to comment.