concept-collection / commonroom
update App.tsx
Jeremy Magland <jmagland@flatironinstitute.org> committed commit 7d08e767287d parent 8107f0e Browse files
1 changed file+1−1
src/App.tsxmodified+1−1View file
@@ -468,7 +468,7 @@ function Landing({
468468 autoFocus={!initialName}
469469 value={name}
470470 onChange={e => setName(e.target.value)}
471- placeholder="e.g. Jeremy"
471+ placeholder="any-name-you-like"
472472 maxLength={40}
473473 style={inputStyle}
474474 />