diff --git a/app/notes/[noteId]/page.tsx b/app/notes/[noteId]/page.tsx index ef1688d..8cd7df1 100644 --- a/app/notes/[noteId]/page.tsx +++ b/app/notes/[noteId]/page.tsx @@ -26,7 +26,8 @@ export default async function NotePage(props: Props) { if (!note) { return (
-

Restricted access

+

Access Denied

+
You do not have permission to access this note
Back to notes
);