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 (