Typo fix
This commit is contained in:
@@ -25,7 +25,7 @@ export default function Landing() {
|
|||||||
<form action={submitIdentifier} className={styles.identifierForm}>
|
<form action={submitIdentifier} className={styles.identifierForm}>
|
||||||
<label htmlFor="identifier" className={styles.identifierLabel}>Tunnus</label>
|
<label htmlFor="identifier" className={styles.identifierLabel}>Tunnus</label>
|
||||||
<input name="identifier" type="password" className={styles.identifierInput} />
|
<input name="identifier" type="password" className={styles.identifierInput} />
|
||||||
<button type="submit" className={styles.submitButton} >Login</button>
|
<button type="submit" className={styles.submitButton} >Kirjaudu</button>
|
||||||
</form>) : (
|
</form>) : (
|
||||||
<Calendar />
|
<Calendar />
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user