From 6aa45a2d129fed0577e7912447d29037024928ff Mon Sep 17 00:00:00 2001 From: FRC Date: Mon, 19 Sep 2022 17:29:17 +0100 Subject: [PATCH] Move group navbar to top (#895) --- web/components/nav/group-nav-bar.tsx | 2 +- web/pages/group/[...slugs]/index.tsx | 21 +++++++++++++-------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/web/components/nav/group-nav-bar.tsx b/web/components/nav/group-nav-bar.tsx index 8c20fee9..9ea3f5a4 100644 --- a/web/components/nav/group-nav-bar.tsx +++ b/web/components/nav/group-nav-bar.tsx @@ -32,7 +32,7 @@ export function GroupNavBar(props: { const user = useUser() return ( -