diff --git a/src/app/groups/[groupId]/group-tabs.tsx b/src/app/groups/[groupId]/group-tabs.tsx index 28b4889..bd603cc 100644 --- a/src/app/groups/[groupId]/group-tabs.tsx +++ b/src/app/groups/[groupId]/group-tabs.tsx @@ -15,7 +15,7 @@ export function GroupTabs({ groupId }: Props) { return ( { router.push(`/groups/${groupId}/${value}`) }} diff --git a/src/app/groups/[groupId]/layout.tsx b/src/app/groups/[groupId]/layout.tsx index 07cf17f..3e649e7 100644 --- a/src/app/groups/[groupId]/layout.tsx +++ b/src/app/groups/[groupId]/layout.tsx @@ -35,8 +35,8 @@ export default async function GroupLayout({ return ( <> -
-

+
+

{group.name}

diff --git a/src/app/groups/layout.tsx b/src/app/groups/layout.tsx index 65aec0e..8c221e1 100644 --- a/src/app/groups/layout.tsx +++ b/src/app/groups/layout.tsx @@ -2,7 +2,7 @@ import { PropsWithChildren } from 'react' export default function GroupsLayout({ children }: PropsWithChildren<{}>) { return ( -
+
{children}
) diff --git a/src/app/groups/page.tsx b/src/app/groups/page.tsx index 4a0d286..8aeeb59 100644 --- a/src/app/groups/page.tsx +++ b/src/app/groups/page.tsx @@ -11,8 +11,8 @@ export const metadata: Metadata = { export default async function GroupsPage() { return ( <> -
-

+
+

Recently visited groups