fix(ui): Correct grammatical error in 404 page
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<div class="flex flex-col items-center justify-center h-full">
|
<div class="flex flex-col items-center justify-center h-full">
|
||||||
<div>
|
<div>
|
||||||
<p class="font-mono font-semibold text-7xl dark:text-warning">404</p>
|
<p class="font-mono font-semibold text-7xl dark:text-warning">404</p>
|
||||||
<h1 class="mt-4 font-bold tracking-tight dark:text-white">How did you got here?</h1>
|
<h1 class="mt-4 font-bold tracking-tight dark:text-white">How did you get here?</h1>
|
||||||
<p class="text-base leading-7 text-neutral-300">Sorry, we couldn’t find the page you’re looking
|
<p class="text-base leading-7 text-neutral-300">Sorry, we couldn’t find the page you’re looking
|
||||||
for.
|
for.
|
||||||
</p>
|
</p>
|
||||||
|
Reference in New Issue
Block a user