mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-25 17:10:26 +01:00
Add new apps
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user