File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ const handleError = () => reloadNuxtApp({ path: '/' })
12
12
<div class =" min-h-screen flex items-center px-4 py-12 lg:px-12 md:px-8 sm:px-6 xl:px-16" >
13
13
<div class =" w-full grid" >
14
14
<div class =" col-start-1 row-start-1 w-full flex h-full items-center justify-center" >
15
- <div class =" text-9xl text-foreground font-bold tracking-tighter opacity-10" >
15
+ <div class =" z-10 select-none text-9xl text-foreground font-bold tracking-tighter opacity-10" >
16
16
{{ props.error?.statusCode }}
17
17
</div >
18
18
</div >
19
- <div class =" col-start-1 row-start-1 w-full text-center space-y-6" >
19
+ <div class =" z-20 col-start-1 row-start-1 w-full text-center space-y-6" >
20
20
<div class =" space-y-3" >
21
21
<h1 class =" text-4xl font-bold tracking-tighter sm:text-5xl" >
22
22
Oops! Lost in Cyberspace
@@ -30,13 +30,13 @@ const handleError = () => reloadNuxtApp({ path: '/' })
30
30
<Button
31
31
@click =" handleError"
32
32
>
33
- Return to website
33
+ Return to Homepage
34
34
</Button >
35
- <Button as-child variant = " outline " >
36
- <NuxtLink to = " https://github.com/Computerization/Enspire/issues " >
35
+ <NuxtLink to = " https://github.com/Computerization/Enspire/issues " external >
36
+ <Button variant = " outline " >
37
37
View Ongoing Issues
38
- </NuxtLink >
39
- </Button >
38
+ </Button >
39
+ </NuxtLink >
40
40
</div >
41
41
</div >
42
42
</div >
You can’t perform that action at this time.
0 commit comments