Added a placeholder to the Decoder.jsx
This commit is contained in:
parent
d92c4e8f69
commit
141572f1ba
@ -35,7 +35,8 @@ export const Decoder = () => {
|
||||
|
||||
<div className="base64-decoder">
|
||||
<h2>Eingabe-Text</h2>
|
||||
<TextArea value={inputString} onChange={(e) => setInputString(e.target.value)} />
|
||||
<TextArea value={inputString} onChange={(e) => setInputString(e.target.value)}
|
||||
placeholder="Gib hier den Base64 String ein" />
|
||||
|
||||
{outputString !== "" && <>
|
||||
<h2>Ausgabe-Text</h2>
|
||||
|
Reference in New Issue
Block a user