diff --git a/app/layout.tsx b/app/layout.tsx
index 292010c..9d1a486 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -23,9 +23,9 @@ export default function RootLayout({
return (
-
+
- {children}
+ {children}
diff --git a/components/student-group/StudentGroups.tsx b/components/student-group/StudentGroups.tsx
index e6b4778..9c6a028 100644
--- a/components/student-group/StudentGroups.tsx
+++ b/components/student-group/StudentGroups.tsx
@@ -83,7 +83,7 @@ export default function StudentGroups({ orgs }: StudentGroupsProps) {
const totalPages = Math.ceil(igCardsToDisplay.length / PAGE_SIZE);
return (
-