Skip to content

Commit

Permalink
removed 'under construction' label for deployed version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kahera committed Dec 20, 2023
1 parent 7bb3ba0 commit e285e91
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ const isDev = import.meta.env.DEV;
</script>

<template>
<!-- Under construction indicator for deployed version -->
<p
v-if="!isDev"
class="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 -rotate-45
text-center text-danger opacity-90 font-bold text-6xl pointer-events-none"
>
{{ $t('warnings.underConstruction') }}
</p>

<NavbarComponent />

<!-- Main page content -->
Expand Down

0 comments on commit e285e91

Please sign in to comment.