diff --git a/src/components/Header.vue b/src/components/Header.vue index 9f6b742caf1..7ddcb626835 100644 --- a/src/components/Header.vue +++ b/src/components/Header.vue @@ -5,6 +5,7 @@ {{ APP_NAME }} + {{ ENV }} @@ -62,6 +63,7 @@ export default { data() { return { APP_NAME: constants.APP_NAME, + ENV: import.meta.env.VITE_OPEN_PRICES_ENV, showDrawerMenu: false, showProfileMenu: false, }