fix: 404 error typo

This commit is contained in:
swve 2024-10-10 21:43:16 +02:00
parent 69f1e9d67a
commit 3f1e9ecb7f

View file

@ -20,7 +20,7 @@ export default function NotFound() {
404! 404!
</h1> </h1>
<p className='text-lg pt-8 text-black tracking-tight font-medium leading-normal'> <p className='text-lg pt-8 text-black tracking-tight font-medium leading-normal'>
We are very sorry for the inconvinience. It looks like you're trying to We are very sorry for the inconvenience. It looks like you're trying to
<div>access a page that has been deleted or never existed before</div> <div>access a page that has been deleted or never existed before</div>
</p> </p>
</div> </div>