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,6 +1,6 @@
<template>
<UPageBody>
<UPageHero :title="error?.statusCode??'Error'">
<UPageHero :title="error?.statusCode ?? 'Error'">
<p>{{ error?.message }}</p>
<NuxtLink to="/">Go back home</NuxtLink>
<NuxtLink to="https://github.com/C9Glax/tranga-website/issues/new"><Icon name="i-lucide-github" />Report this issue</NuxtLink>