Remove react-page-scroller dependency and replace tailwind animation plugin

This commit is contained in:
Aaron William Po
2024-02-23 21:25:56 -05:00
parent 34e960f0c6
commit f5d9a52572
8 changed files with 39 additions and 352 deletions

View File

@@ -8,7 +8,7 @@ const NotFound: NextPage = () => {
<title>404 Page Not Found</title>
<meta name="description" content="404 Page Not Found" />
</Head>
<div className="mx-2 flex h-full flex-col items-center justify-center text-center lg:mx-0">
<div className="mx-2 flex h-dvh flex-col items-center justify-center text-center lg:mx-0">
<h1 className="text-3xl font-bold lg:text-5xl">404: Not Found</h1>
<h2 className="text-lg font-bold">
Sorry, the page you are looking for does not exist.