fix: label
All checks were successful
Release / build_and_release (push) Successful in 1m7s

This commit is contained in:
^ 2024-05-15 23:54:20 +01:00
parent 79b78bd186
commit 0163d51155

View File

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