diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frontend/mastodon_share_button.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mastodon_share_button.tsx b/src/frontend/mastodon_share_button.tsx index f2129e7..744570f 100644 --- a/src/frontend/mastodon_share_button.tsx +++ b/src/frontend/mastodon_share_button.tsx @@ -27,7 +27,7 @@ ${series}${tags.innerText} @cadey@pony.social`; const instanceBox = ( <input type="text" placeholder="https://pony.social" value={defaultURL} /> ); - const tootBox = <textarea rows="6" cols="40">{tootTemplate}</textarea>; + const tootBox = <textarea rows={6} cols={40}>{tootTemplate}</textarea>; const doShare = () => { let instanceURL = instanceBox.value; |
