chore: input box label
All checks were successful
Release / build_and_release (push) Successful in 1m4s

This commit is contained in:
^ 2024-05-15 23:44:21 +01:00
parent 4dd6b6d7a4
commit 047e753e72

View File

@ -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 }}