Skip to content

Commit

Permalink
hiding git sha in footer (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Sep 18, 2024
1 parent 2ea071f commit d146706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vue/src/components/TheFooter/TheFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
>
<div
v-if="commitSha"
class="lg:inline-block lg:mb-0 block pr-4 mb-2"
class="lg:inline-block lg:mb-0 block pr-4 mb-2 !hidden"
>
<span class="text-gray-light font-bold inline-block pr-1">Version:</span>
<span>{{ commitSha }}</span>
Expand All @@ -178,7 +178,7 @@
<div v-else>
<div
v-if="commitSha != null"
class="lg:inline-block lg:mb-0 block px-3 mb-2"
class="lg:inline-block lg:mb-0 block px-3 mb-2 !hidden"
>
<span class="text-gray-light font-bold inline-block pr-1">Version:</span>
<span>{{ commitSha }}</span>
Expand Down

0 comments on commit d146706

Please sign in to comment.