diff --git a/www/pages/forbidden.tsx b/www/pages/forbidden.tsx index 31a746fc..ada3d424 100644 --- a/www/pages/forbidden.tsx +++ b/www/pages/forbidden.tsx @@ -1,7 +1,7 @@ import type { NextPage } from "next"; const Forbidden: NextPage = () => { - return

Sorry, you are not authorized to access this page.

; + return

Sorry, you are not authorized to access this page

; }; export default Forbidden;