From ca0d3a878d46ac83985979025590a28dab542f8e Mon Sep 17 00:00:00 2001 From: aftabrehan Date: Fri, 2 Feb 2024 19:32:48 +0500 Subject: [PATCH] Fix Border Radius of Sections --- app/not-found.tsx | 2 +- components/section-wrapper.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) => ( -

+