From e5e135703f54b0cfcf5b8c9351a7183eb46fde6e Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 20 Apr 2023 02:34:18 -0700 Subject: [PATCH] Move read only buttons to PartyHeader Also broke up tokens and made them easier to render --- components/Header/index.tsx | 42 ---- components/party/PartyHeader/index.scss | 2 +- components/party/PartyHeader/index.tsx | 245 +++++++++++++++--------- 3 files changed, 159 insertions(+), 130 deletions(-) diff --git a/components/Header/index.tsx b/components/Header/index.tsx index 4fac2dea..b40746d6 100644 --- a/components/Header/index.tsx +++ b/components/Header/index.tsx @@ -296,25 +296,6 @@ const Header = () => { } // Rendering: Buttons - const saveButton = () => { - return ( - -