🔨 Remove guild form ui

This commit is contained in:
SebClem 2022-07-04 18:54:26 +02:00 committed by Sébastien Clément
parent 7145bd9fa2
commit 386e3d9d22

View File

@ -1,5 +1,5 @@
<template>
<v-card title="Guild Settings" :disabled="!properties.guild?.canManage">
<v-card title="Settings" :disabled="!properties.guild?.canManage">
<template v-slot:prepend>
<v-icon color="primary" size="x-large">mdi-cog</v-icon>
</template>