Update placeholder on Search Component

This commit is contained in:
Yana
2025-01-06 19:57:05 +02:00
parent f45e87a848
commit 86f91eff29
@@ -69,7 +69,7 @@ const NodeAndAddressSearch = () => {
<Stack spacing={2} direction="column">
<Stack spacing={4} direction="row">
<Input
placeholder="Node ID / Nym Address"
placeholder="Node Identity Key / Nym Address"
fullWidth
value={inputValue}
onChange={(e) => setInputValue(e.target.value)}