Skip to content

Commit

Permalink
Remove version number placeholder from footer
Browse files Browse the repository at this point in the history
Version number seems not important for target audiance. It could become
important again but nonetheless removing for now
  • Loading branch information
joschrew committed Aug 22, 2024
1 parent 8118b3c commit 5e8a4fa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/layout/footer/index.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<footer>
<div class="bg-gray-700">
<div class="grid grid-cols-3 gap-4 py-2">
<div class="grid grid-cols-2 gap-4 py-2">
<div class="flex flex-1 items-center ml-10 space-x-2 text-sm">
<router-link class="flex flex-1" as="nav" active-class="active" to="/contact">
<span class="nav-link text-white hover:text-sky-700">Kontakt</span>
Expand Down Expand Up @@ -30,10 +30,6 @@
/>
</a>
</div>

<div class="flex flex-1 items-center justify-around">
<div class="text-white">Version - RC</div>
</div>
</div>
</div>
</footer>
Expand Down

0 comments on commit 5e8a4fa

Please sign in to comment.