Skip to content

Commit

Permalink
Merge pull request #954 from geoadmin/feat-version
Browse files Browse the repository at this point in the history
Display also the version on prod staging - #patch
  • Loading branch information
ltshb authored Jun 25, 2024
2 parents 50ba2c2 + 2352977 commit aec1bb3
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 aec1bb3

Please sign in to comment.