chore: input box label
All checks were successful
Release / build_and_release (push) Successful in 1m4s
All checks were successful
Release / build_and_release (push) Successful in 1m4s
This commit is contained in:
parent
4dd6b6d7a4
commit
047e753e72
@ -303,7 +303,7 @@ export const Login = () => {
|
||||
<div className={styles.loginPage}>
|
||||
<Typography variant="h4">Welcome to Sigit</Typography>
|
||||
<TextField
|
||||
label="nip05 / npub / nsec / bunker connx string"
|
||||
label="nip05 / bunker connx string / nsec"
|
||||
value={inputValue}
|
||||
onChange={(e) => setInputValue(e.target.value)}
|
||||
sx={{ width: '100%', mt: 2 }}
|
||||
|
Loading…
Reference in New Issue
Block a user