From 75793153fb4dbe6a32b23d666e15a2d7804bbc01 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 5 Aug 2025 01:36:15 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> --- src/screens/Signup/StepHandle.tsx | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/screens/Signup/StepHandle.tsx b/src/screens/Signup/StepHandle.tsx index 91f439f106..502529112c 100644 --- a/src/screens/Signup/StepHandle.tsx +++ b/src/screens/Signup/StepHandle.tsx @@ -211,7 +211,7 @@ export function StepHandle() { {!validCheck.hyphenStartOrEnd ? ( - Doesn't begin or end with a hyphen + Username cannot begin or end with a hyphen ) : ( @@ -225,7 +225,7 @@ export function StepHandle() { !validCheck.totalLength) && ( - No longer than{' '} + Username cannot be longer than{' '} - {children} + {children} ) } @@ -300,7 +300,12 @@ function HandleSuggestions({ ]}> {suggestions.map((suggestion, index) => ( ))}