From 264fd483ea90b5dbbceb8320a294842f3386754b Mon Sep 17 00:00:00 2001 From: Aamil13 Date: Thu, 30 May 2024 12:38:34 +0530 Subject: [PATCH] added footer and opacity in community-university --- src/app/communityuniversity/page.tsx | 2 ++ src/components/Footer/Footer.tsx | 1 + src/components/communityUniversity/GroupFilterPopUp.tsx | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/communityuniversity/page.tsx b/src/app/communityuniversity/page.tsx index 07117db..e2b712a 100644 --- a/src/app/communityuniversity/page.tsx +++ b/src/app/communityuniversity/page.tsx @@ -1,3 +1,4 @@ +import Footer from '@/components/Footer/Footer' import CommunityProfilePost from '@/components/communityProfile/CommunityProfilePost' import GroupInfo from '@/components/communityUniversity/GroupInfo' import GroupSideBsr from '@/components/communityUniversity/GroupSideBsr' @@ -29,6 +30,7 @@ const page = () => { +