From 4f4dd9d52e16ef3d18794489968ea48d8946c732 Mon Sep 17 00:00:00 2001 From: Trillium Smith Date: Sun, 14 Apr 2024 18:26:50 -0700 Subject: [PATCH] feat: Add disabled logic, update classnames for buttons --- client/src/components/presentational/CheckInButtons.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/presentational/CheckInButtons.js b/client/src/components/presentational/CheckInButtons.js index caf59fcb7..ce60f42eb 100644 --- a/client/src/components/presentational/CheckInButtons.js +++ b/client/src/components/presentational/CheckInButtons.js @@ -14,14 +14,14 @@ const CheckInButtons = (props) => { CHECK IN AS NEW USER {props.events.length > 1 && ( - - ...OR CREATE A NEW PROFILE + + CREATE A NEW PROFILE )}