fixed build issue caused by lint
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import Image from "next/image";
|
||||
import Link from "next/link";
|
||||
|
||||
interface IProps {}
|
||||
|
||||
const NotFoundPage = ({}: IProps) => {
|
||||
const NotFoundPage = () => {
|
||||
return (
|
||||
<div className="mx-auto flex w-6/12 flex-col gap-12">
|
||||
<section className="flex w-full items-center justify-center">
|
||||
@@ -22,7 +20,8 @@ const NotFoundPage = ({}: IProps) => {
|
||||
<section className="mt-10 flex flex-col items-center justify-center gap-10">
|
||||
<h1 className="text-2xl font-bold">Page not found</h1>
|
||||
<p className="text-[16px] font-semibold text-[#77707f]">
|
||||
Sorry, the page you're looking for does not exist or has been removed.{" "}
|
||||
Sorry, the page you`'`re looking for does not exist or has been
|
||||
removed.
|
||||
<br />
|
||||
You can navigate to Home using
|
||||
<Link href="/" className="mx-1 text-primary">
|
||||
|
||||
Reference in New Issue
Block a user