fix(NotFoundPage): correct HTML entity for apostrophe in not found message
This commit is contained in:
@@ -20,7 +20,7 @@ const NotFoundPage = () => {
|
|||||||
<section className="mt-10 flex flex-col items-center justify-center gap-10">
|
<section className="mt-10 flex flex-col items-center justify-center gap-10">
|
||||||
<h1 className="text-2xl font-bold">Page not found</h1>
|
<h1 className="text-2xl font-bold">Page not found</h1>
|
||||||
<p className="text-[16px] font-semibold text-[#77707f]">
|
<p className="text-[16px] font-semibold text-[#77707f]">
|
||||||
Sorry, the page you`'`re looking for does not exist or has been
|
Sorry, the page you're looking for does not exist or has been
|
||||||
removed.
|
removed.
|
||||||
<br />
|
<br />
|
||||||
You can navigate to Home using
|
You can navigate to Home using
|
||||||
|
|||||||
Reference in New Issue
Block a user