Skip to content

Commit

Permalink
replace ' with '
Browse files Browse the repository at this point in the history
  • Loading branch information
alextusinean committed Jul 2, 2024
1 parent 316fd39 commit 53a4f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function Home() {

<Text>Password</Text>
<Input value={password} placeholder='a1bc2d3fghi4...' onChange={e => setPassword(e.target.value)} isDisabled={isOpening} isRequired />
<Text mt='2'>Don't know the password for your game?</Text>
<Text mt='2'>Don&apos;t know the password for your game?</Text>
<Text>Check if it is already known below.</Text>
<Button mt='2' colorScheme='teal' onClick={onOpen}>Known game passwords</Button>

Expand Down

0 comments on commit 53a4f21

Please sign in to comment.