Skip to content

Commit

Permalink
made placeholder for code input a better example
Browse files Browse the repository at this point in the history
  • Loading branch information
lucieyang1 committed Dec 4, 2023
1 parent 19f6ba6 commit 1c4e345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/enter-code-component/EnterCode.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function EnterCode() {
<CodeContainer>
<Text>Enter your session code</Text>
<InputSection>
<Input placeholder="ex. abcd123"
<Input placeholder="ex. ABCDEF"
onKeyPress={handleKeyPress} onChange={handleInputChange}/>
<Button onClick={joinSession}>Connect</Button>
</InputSection>
Expand Down

0 comments on commit 1c4e345

Please sign in to comment.