fix(NotFoundPage): correct HTML entity for apostrophe in not found message

This commit is contained in:
AmirReza Jamali
2026-04-13 11:10:56 +03:30
parent 87eb48cc72
commit 8e86b8f894
+1 -1
View File
@@ -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`&apos;`re looking for does not exist or has been Sorry, the page you&apos;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