chore: label fix

This commit is contained in:
Davinci 2024-05-22 12:31:00 +02:00
parent 35bd6d3688
commit dada1eebc5

View File

@ -358,7 +358,7 @@ export const Login = () => {
<Typography variant="h4">Welcome to Sigit</Typography> <Typography variant="h4">Welcome to Sigit</Typography>
<TextField <TextField
onKeyDown={handleInputKeyDown} onKeyDown={handleInputKeyDown}
label="nip05 login / nip46 bunker string / nsec / private key (hex)" label="nip05 login / nip46 bunker string"
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 }}