The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

src/frontend/mastodon_share_button: fix JSX formatting

Signed-off-by: Xe Iaso <me@christine.website>

Xe Iaso 741fd948 06ed2f79

+1 -1
+1 -1
src/frontend/mastodon_share_button.tsx
··· 27 27 const instanceBox = ( 28 28 <input type="text" placeholder="https://pony.social" value={defaultURL} /> 29 29 ); 30 - const tootBox = <textarea rows="6" cols="40">{tootTemplate}</textarea>; 30 + const tootBox = <textarea rows={6} cols={40}>{tootTemplate}</textarea>; 31 31 32 32 const doShare = () => { 33 33 let instanceURL = instanceBox.value;