chore: input box label

This commit is contained in:
^ 2024-05-15 23:44:21 +01:00 committed by Yury
parent aa3faba271
commit 628113168b

View File

@ -303,7 +303,7 @@ export const Login = () => {
<div className={styles.loginPage}> <div className={styles.loginPage}>
<Typography variant="h4">Welcome to Sigit</Typography> <Typography variant="h4">Welcome to Sigit</Typography>
<TextField <TextField
label="nip05 login / nip46 bunker string / nsec" label="nip05 / bunker connx string / nsec"
value={inputValue} value={inputValue}
onChange={(e) => setInputValue(e.target.value)} onChange={(e) => setInputValue(e.target.value)}
sx={{ width: '100%', mt: 2 }} sx={{ width: '100%', mt: 2 }}