Olivier Massot 2 anos atrás
pai
commit
422040ed71
1 arquivos alterados com 1 adições e 5 exclusões
  1. 1 5
      components/Layout/AlertBar/SuperAdmin.vue

+ 1 - 5
components/Layout/AlertBar/SuperAdmin.vue

@@ -6,13 +6,9 @@ Barre d'alerte qui s'affiche lorsque l'utilisateur est un super admin en mode sw
 
 <template>
   <!-- TODO : fonctionnement à valider -->
-  <UiSystemBar v-if="show" class="theme-danger">
+  <UiSystemBar v-if="show" class="theme-danger" :href="url">
     <v-icon small>fas fa-exclamation-triangle</v-icon>
     <span>{{ $t('super_admin_switch_account') }} </span>
-
-    <a v-if="url" :href="url" class="text-decoration-none on-danger">
-      &nbsp;<strong>{{ $t('click_here') }}</strong>
-    </a>
   </UiSystemBar>
 </template>