1
0
mirror of https://github.com/Fayorg/calendrier-avant.git synced 2026-05-27 17:18:38 +02:00

fix: change ' to '

This commit is contained in:
2023-12-06 00:12:50 +01:00
parent 2b05397b55
commit ff7a33a01e
2 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ export default function Home() {
return (
<div className={''}>
<h1 className={'border-l-blue-600'}>Calendrier-avent</h1>
<p>Merci d'entrer votre clé :</p>
<p>Merci d&apos;entrer votre clé :</p>
<form onSubmit={handleSubmit}>
<input type="password" id="password" name="password" value={password} onChange={(e) => setPassword(e.target.value)}></input>
<input type="submit" value="Submit"></input>