Skip to content

Commit

Permalink
fix: remove not working version number in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviareichl committed Aug 12, 2024
1 parent 49c94c4 commit b123f3c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions components/app-footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ const links = computed(() => {
</li>
</ul>
</nav>

<div class="sm:justify-self-end sm:text-right">
Version:
{{ [env.public.gitTag, env.public.gitBranchName].filter(isNonEmptyString).join(" - ") }}
</div>
</div>
</footer>
</template>

0 comments on commit b123f3c

Please sign in to comment.