Skip to content

Commit

Permalink
Add dataprotection-link to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
joschrew committed Jan 4, 2024
1 parent 789c9eb commit 18385e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/layout/footer/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<footer>
<div class="bg-gray-700">
<div class="grid grid-cols-3 gap-4 py-2">
<div class="flex flex-1 items-center ml-10">
<div class="flex flex-1 items-center ml-10 space-x-2 text-sm">
<router-link
class="flex flex-1"
as="nav"
Expand All @@ -27,6 +27,7 @@
>
<span class="nav-link text-white hover:text-sky-700">Impressum</span>
</router-link>
<a href="https://www.sub.uni-goettingen.de/impressum/datenschutzhinweis/" target="_blank" class="nav-link text-white hover:text-sky-700">Datenschutzhinweis</a>
</div>

<div class="flex flex-1 justify-between items-center">
Expand Down

0 comments on commit 18385e6

Please sign in to comment.