diff --git a/components/MeetupName.tsx b/components/MeetupName.tsx index fc37c1a..0950152 100644 --- a/components/MeetupName.tsx +++ b/components/MeetupName.tsx @@ -6,20 +6,16 @@ const { export default function MeetupName() { return ( -
+
{position === 'right' ? ( <> - BitDevs{' '} - - {name} - + BitDevs + {name} ) : ( <> - - {name} - {' '} - BitDevs + {name} + BitDevs )}