Error page updated for vue warning
parent
76df53b5cb
commit
43d812453d
|
@ -1,5 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<NuxtLayout>
|
<div>
|
||||||
|
<NuxtLayout name="default">
|
||||||
<div class="flex card flex-column align-items-center gap-5 sm:p-8">
|
<div class="flex card flex-column align-items-center gap-5 sm:p-8">
|
||||||
<div class="flex flex-column sm:flex-row align-items-center justify-content-center gap-3 text-primary">
|
<div class="flex flex-column sm:flex-row align-items-center justify-content-center gap-3 text-primary">
|
||||||
<span class="font-bold" :style="{ fontSize: '144px' }"> 4 </span>
|
<span class="font-bold" :style="{ fontSize: '144px' }"> 4 </span>
|
||||||
|
@ -11,4 +12,5 @@
|
||||||
<div class="font-bold text-900 text-center text-6xl border-top-1 surface-border pt-5">PAGE NOT FOUND</div>
|
<div class="font-bold text-900 text-center text-6xl border-top-1 surface-border pt-5">PAGE NOT FOUND</div>
|
||||||
</div>
|
</div>
|
||||||
</NuxtLayout>
|
</NuxtLayout>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue