This commit is contained in:
2025-10-14 15:38:21 +02:00
parent 570d8014a1
commit c96fd9b5c9
4 changed files with 8 additions and 4 deletions

View File

@@ -1,7 +1,9 @@
<template>
<LoadingPage :loading="status === 'pending'" class="p-4 flex flex-row flex-wrap gap-6 mt-0">
<UButton variant="soft" to="/" icon="i-lucide-arrow-left">Home</UButton>
<h1 class="text-2xl">Manga with Tag <span class="text-primary font-semibold">{{ tag }}</span></h1>
<h1 class="text-2xl">
Manga with Tag <span class="text-primary font-semibold">{{ tag }}</span>
</h1>
<MangaCardList :manga="manga" />
</LoadingPage>
</template>