fix empty category

This commit is contained in:
xds
2025-11-10 09:34:07 +03:00
parent cf2f10a144
commit 97af28e059

View File

@@ -272,7 +272,7 @@ onMounted(async () => {
<span v-if="categories.length == 0" class="card">Looks like you have no created categories yet. <router-link
to="/categories/create" class="!text-blue-400">Try to create some first.</router-link></span>
<div v-else class="flex flex-col w-full justify-items-start gap-1 ">
<div v-else class="flex flex-col w-full justify-items-start gap-1 pb-4">
<ConfirmDialog
v-if="isDeleteAlertVisible"
:message="deleteAlertMessage"