Skip to content

Commit

Permalink
fixing link in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
“Sophie committed Feb 13, 2024
1 parent dc0650b commit 9cdfc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partials/footer.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<footer class="bg-primary-800 pt-12 pb-12 w-full text-md text-center text-gray-100">
<div class="flex flex-col sm:flex-row justify-center space-y-5 sm:space-y-0 sm:space-x-5">
<a href="/">Home</a>
<a href="/docs.html">Documentation</a>
<a href="/documentation.html">Documentation</a>
<a href="/terms.html">Terms of Service</a>
<a href="/privacy.html">Privacy</a>
<a href="/imprint.html">Imprint</a>
Expand Down

0 comments on commit 9cdfc6a

Please sign in to comment.