admin page enhancements

This commit is contained in:
Alireza Ahmadi
2024-06-09 22:48:49 +02:00
parent 3b24819309
commit 6a5e0a940b
2 changed files with 25 additions and 8 deletions
+1 -3
View File
@@ -5,9 +5,7 @@
<v-row>
<v-col>{{ $t('admin.changes') }}</v-col>
<v-spacer></v-spacer>
<v-col cols="auto">
<v-icon icon="mdi-close" @click="$emit('close')" />
</v-col>
<v-col cols="auto"><v-icon icon="mdi-close-box" @click="$emit('close')" /></v-col>
</v-row>
</v-card-title>
<v-divider></v-divider>