From cd53394a7fdd921087ccf0eaf715740382d0a1e3 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 4 Mar 2022 14:57:21 -0800 Subject: [PATCH] Fix meta tags --- components/PartyDetails/index.tsx | 22 ++++++++++------------ pages/saved.tsx | 16 ++++++++-------- 2 files changed, 18 insertions(+), 20 deletions(-) diff --git a/components/PartyDetails/index.tsx b/components/PartyDetails/index.tsx index ede6f56e..2cf0af1f 100644 --- a/components/PartyDetails/index.tsx +++ b/components/PartyDetails/index.tsx @@ -124,19 +124,17 @@ const PartyDetails = (props: Props) => { return (
- - {generateTitle()} + <title>{generateTitle()} + + + + + - - - - - - - - - - + + + + {readOnly} {editable} diff --git a/pages/saved.tsx b/pages/saved.tsx index 195cb1bf..44811d0c 100644 --- a/pages/saved.tsx +++ b/pages/saved.tsx @@ -144,18 +144,18 @@ const SavedRoute: React.FC = () => {
Your saved Teams + + + + + + + +

Your saved Teams

- - - - - - - -