From 1f7b9174b3b79f6f991c3af2c6d00260bf695776 Mon Sep 17 00:00:00 2001 From: Pico2x Date: Mon, 3 Oct 2022 13:45:38 +0100 Subject: [PATCH] Update index.tsx --- web/pages/group/[...slugs]/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/pages/group/[...slugs]/index.tsx b/web/pages/group/[...slugs]/index.tsx index 9ad72e85..35c47010 100644 --- a/web/pages/group/[...slugs]/index.tsx +++ b/web/pages/group/[...slugs]/index.tsx @@ -237,6 +237,10 @@ export default function GroupPage(props: { ) const tabs = [ + { + title: 'Overview', + content: overviewPage, + }, { title: 'Markets', content: questionsTab, @@ -249,10 +253,6 @@ export default function GroupPage(props: { title: 'Posts', content: postsPage, }, - { - title: 'Overview', - content: overviewPage, - }, ] return (