From 7ee93fca87cd2a3f335990faad9d183e4b30a619 Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Wed, 11 May 2022 14:39:42 -0700 Subject: [PATCH] Move API key to bottom of profile page Austin thinks this is better since most people don't care about it. --- web/pages/profile.tsx | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/web/pages/profile.tsx b/web/pages/profile.tsx index cf4cc8b4..7a920270 100644 --- a/web/pages/profile.tsx +++ b/web/pages/profile.tsx @@ -196,25 +196,6 @@ export default function ProfilePage() { /> -
- -
- - -
-
- {user && ( <> {/* TODO: Allow users with M$ 2000 of assets to set custom banners */} @@ -269,6 +250,25 @@ export default function ProfilePage() { + +
+ +
+ + +
+