From aa93ec060d10b40e9dc72b40ab49384418ceea87 Mon Sep 17 00:00:00 2001 From: mantikoros Date: Tue, 27 Sep 2022 00:46:23 -0400 Subject: [PATCH] user page: put markets first --- web/components/user-page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/web/components/user-page.tsx b/web/components/user-page.tsx index bcbb395e..fde75607 100644 --- a/web/components/user-page.tsx +++ b/web/components/user-page.tsx @@ -190,6 +190,16 @@ export function UserPage(props: { user: User }) { currentPageForAnalytics={'profile'} labelClassName={'pb-2 pt-1 sm:pt-4 '} tabs={[ + { + title: 'Markets', + tabIcon: , + content: ( + <> + + + + ), + }, { title: 'Portfolio', tabIcon: , @@ -202,16 +212,6 @@ export function UserPage(props: { user: User }) { ), }, - { - title: 'Markets', - tabIcon: , - content: ( - <> - - - - ), - }, { title: 'Comments', tabIcon: ,