error page

This commit is contained in:
Karol Wypchlo 2021-02-08 17:33:12 +01:00
parent 9ba10b5928
commit 339cadf08e
1 changed files with 5 additions and 0 deletions

View File

@ -58,6 +58,11 @@ export default function Error({ errors }) {
))} ))}
</div> </div>
</div> </div>
<div className="text-center mt-8">
<Link href="/">
<a className="font-medium text-green-600 hover:text-green-500">back to homepage</a>
</Link>
</div>
</div> </div>
); );
} }