Skip to content

Commit 6c549dd

Browse files
update the error UI
1 parent 4f20a21 commit 6c549dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

error.hbs

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
{{!< default}}
1+
{{!< default}}
22

33
<section class="py-8 px-4 mx-auto max-w-screen-xl lg:py-16 lg:px-6">
44

55
<div class="mx-auto max-w-screen-sm text-center">
6-
7-
<h1 class="mb-4 text-7xl tracking-tight font-extrabold lg:text-9xl text-primary-600 dark:text-primary-500">
6+
7+
<h1 class="mb-4 text-7xl tracking-tight font-extrabold lg:text-9xl text-primary-600">
88
{{statusCode}}
99
</h1>
1010

11-
<p class="mb-4 text-lg font-light text-gray-500 dark:text-gray-400">
11+
<p class="mb-4 text-lg font-light text-gray-500 ">
1212
{{message}}
1313
</p>
1414

15-
<a href="/" class="mt-10 text-center w-46 m-auto my-20 p-3 bg-black text-white items-center rounded-lg">
15+
<a href="{{@site.url}}" class="mt-10 text-center w-46 m-auto my-20 p-3 bg-black text-white items-center rounded-lg">
1616
Home
1717
</a>
1818

0 commit comments

Comments
 (0)