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 = () => { + ) } diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index b867fec..533895b 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -1,3 +1,4 @@ +'use client' import './Footer.css' import Image from 'next/image' diff --git a/src/components/communityUniversity/GroupFilterPopUp.tsx b/src/components/communityUniversity/GroupFilterPopUp.tsx index b08e37f..d2ab354 100644 --- a/src/components/communityUniversity/GroupFilterPopUp.tsx +++ b/src/components/communityUniversity/GroupFilterPopUp.tsx @@ -8,7 +8,7 @@ type Props = { const GroupFilterPopUp = ({ setShowPopUp }: Props) => { return ( <> -
+