Skip to content

Commit

Permalink
Display also the version on prod staging
Browse files Browse the repository at this point in the history
This helps to know when the deployment is done as it provide a easy visual feedback.
  • Loading branch information
ltshb committed Jun 25, 2024
1 parent 50ba2c2 commit 2352977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/map/components/footer/MapFooterAppVersion.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ const isProd = computed(() => store.getters.isProductionSite)
}
.app-version-prod {
visibility: hidden;
color: $gray-500;
}
</style>

0 comments on commit 2352977

Please sign in to comment.