We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28aefec + 57afe86 commit d9a71beCopy full SHA for d9a71be
src/pages/PageNotFound.jsx
@@ -10,9 +10,11 @@ function PageNotFound() {
10
<p className="font-bold md:text-3xl sm:text-2xl text-xl p-4 text-white">
11
Sorry the page you are looking for does not exist.
12
</p>
13
- <button className="hover:bg-green-800 bg-[#0dff1c] w-[190px] h-[60px] rounded-md font-medium my-4 py-3 text-black">
14
- <Link to="/">GO BACK HOME</Link>
+ <Link to="/" className="inline-block">
+ <button className="hover:bg-green-800 bg-[#0dff1c] w-[190px] h-[60px] rounded-md font-medium text-black">
15
+ GO BACK HOME
16
</button>
17
+ </Link>
18
</div>
19
);
20
}
0 commit comments