From 6f2688b6a77155b7a646e14754f12f7da57d3205 Mon Sep 17 00:00:00 2001 From: rsandb Date: Wed, 28 Dec 2022 12:23:14 -0600 Subject: [PATCH] fix global layout issue on edit and account pages --- website/src/pages/account/edit.tsx | 2 -- website/src/pages/account/index.tsx | 2 -- 2 files changed, 4 deletions(-) diff --git a/website/src/pages/account/edit.tsx b/website/src/pages/account/edit.tsx index 040278f9..9142eb7e 100644 --- a/website/src/pages/account/edit.tsx +++ b/website/src/pages/account/edit.tsx @@ -40,7 +40,6 @@ export default function Account() { content="Conversational AI for everyone. An open source project to create a chat enabled GPT LLM run by LAION and contributors around the world." /> -

{session.user.name || "No username"}

@@ -58,7 +57,6 @@ export default function Account() {

{session.user.email}

-