From 661270a35e1a0ddc57166b26d231f35985bef62c Mon Sep 17 00:00:00 2001 From: BOLTy Date: Wed, 20 May 2026 15:58:03 -0400 Subject: [PATCH] fix: keep mobile wordmark on one line when space allows --- components/MeetupName.tsx | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) 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 )}