diff --git a/app/not-found.tsx b/app/not-found.tsx index 51a2737..8e40042 100644 --- a/app/not-found.tsx +++ b/app/not-found.tsx @@ -10,7 +10,7 @@ const NotFoundPage = () => { const router = useRouter() return ( -
Page Not Found!
diff --git a/components/section-wrapper.tsx b/components/section-wrapper.tsx
index 48d5001..8ddb8f6 100644
--- a/components/section-wrapper.tsx
+++ b/components/section-wrapper.tsx
@@ -15,7 +15,7 @@ export const SectionWrapper = ({
children,
childrenClass,
}: sectionWraperProps) => (
-