File tree Expand file tree Collapse file tree
src/components/PageNotFound Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { Helmet } from "react-helmet-async" ;
22import { Link } from "react-router-dom" ;
33
4- // Styles
5- import "./PageNotFound.scss" ;
6-
74export default function PageNotFound ( ) {
85 return (
96 < div className = "page markdown" >
@@ -13,7 +10,10 @@ export default function PageNotFound() {
1310 </ Helmet >
1411 < h1 > Page Not Found</ h1 >
1512 < p > Oops! The page you are looking for has been removed or relocated.</ p >
16- < Link className = "button" to = "/" >
13+ < Link
14+ className = "no-underline inline-block py-[3px] px-[5px] text-[1.1rem] rounded-[5px] w-auto border border-[#175d96] text-[#175d96] hover:bg-[#175d96] hover:text-white"
15+ to = "/"
16+ >
1717 Go to Homepage
1818 </ Link >
1919 </ div >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ exports[`PageNotFound renders correctly 1`] = `
1111 Oops! The page you are looking for has been removed or relocated.
1212 </p >
1313 <a
14- class = " button "
14+ class = " no-underline inline-block py-[3px] px-[5px] text-[1.1rem] rounded-[5px] w-auto border border-[#175d96] text-[#175d96] hover:bg-[#175d96] hover:text-white "
1515 data-discover = " true"
1616 href = " /"
1717 >
You can’t perform that action at this time.
0 commit comments