Remove text and add Icon

This commit is contained in:
PascalMarchesseault
2025-01-28 12:16:44 -05:00
parent 101b228540
commit ff135a8f4f

View File

@@ -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