Add new apps

This commit is contained in:
2024-08-22 19:41:40 +02:00
parent 6af6e01ccc
commit f5f07a5b3c
5 changed files with 34 additions and 5 deletions

View File

@@ -37,9 +37,6 @@ defineProps<{
<div v-else :class="`text-${app.color}-400`" class="text-xl font-medium">
<p>{{ app.name }}</p>
</div>
<p v-if="app.description" class="text-sm text-neutral-500">
{{ app.description }}
</p>
<div class="flex gap-2 mt-1">
<UBadge
v-for="tag in app.tags"