Remove text and add Icon
This commit is contained in:
@@ -8,19 +8,9 @@
|
||||
class="px-4 py-2 rounded-md hover:opacity-90"
|
||||
:style="{ backgroundColor: brandingStore.colors.secondary, color: brandingStore.colors.onSecondary }"
|
||||
>
|
||||
{{ isEditMode ? 'Enregistrer' : 'Éditer la page' }}
|
||||
<v-icon>mdi-home-edit</v-icon>
|
||||
</button>
|
||||
|
||||
<router-link to="/profile"><button
|
||||
v-if="isLoggedIn"
|
||||
|
||||
class="px-4 py-2 rounded-md hover:opacity-90"
|
||||
:style="{ backgroundColor: brandingStore.colors.secondary, color: brandingStore.colors.onSecondary }"
|
||||
>
|
||||
Éditer la banière
|
||||
</button></router-link>
|
||||
|
||||
|
||||
|
||||
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user