Add "TrangaPage" composable

This commit is contained in:
2025-10-14 21:08:30 +02:00
parent a622c7c45a
commit 39a1cb3857
13 changed files with 109 additions and 109 deletions

View File

@@ -2,7 +2,9 @@
<UPageBody>
<UPageHero :title="String(error?.statusCode) ?? 'Error'" :description="error?.message">
<UButton to="/" class="w-fit place-self-center">Go back home</UButton>
<NuxtLink to="https://github.com/C9Glax/tranga-website/issues/new" class="w-fit place-self-center hover:underline"><Icon name="i-lucide-github" class="mr-2" />Report this issue</NuxtLink>
<NuxtLink to="https://github.com/C9Glax/tranga-website/issues/new" class="w-fit place-self-center hover:underline"
><Icon name="i-lucide-github" class="mr-2" />Report this issue</NuxtLink
>
</UPageHero>
</UPageBody>
</template>