fix recipe create button links visuals

This commit is contained in:
Kuchenpirat 2025-05-23 07:43:31 +00:00
commit 44d48e80f7

View file

@ -64,10 +64,21 @@
:key="item.title" :key="item.title"
:to="item.to" :to="item.to"
exact exact
:prepend-icon="item.icon" class="my-1"
:title="item.title" >
:subtitle="item.subtitle" <template #prepend>
<v-icon
size="40"
:icon="item.icon"
/> />
</template>
<v-list-item-title class="font-weight-medium" style="font-size: small;">
{{ item.title }}
</v-list-item-title>
<v-list-item-subtitle class="font-weight-medium" style="font-size: small;">
{{ item.subtitle }}
</v-list-item-subtitle>
</v-list-item>
</div> </div>
</template> </template>
</v-list> </v-list>