From 8e86b8f894eacd93940db66a4a67736f32c4675a Mon Sep 17 00:00:00 2001 From: AmirReza Jamali Date: Mon, 13 Apr 2026 11:10:56 +0330 Subject: [PATCH] fix(NotFoundPage): correct HTML entity for apostrophe in not found message --- src/app/(not-found)/[...not-found]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(not-found)/[...not-found]/page.tsx b/src/app/(not-found)/[...not-found]/page.tsx index 15fba07..5462ebb 100644 --- a/src/app/(not-found)/[...not-found]/page.tsx +++ b/src/app/(not-found)/[...not-found]/page.tsx @@ -20,7 +20,7 @@ const NotFoundPage = () => {

Page not found

- 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.
You can navigate to Home using