a tool for shared writing and social publishing
0
fork

Configure Feed

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

add placeholder to RSVP SendUpdateButton input

+5
+5
components/Blocks/RSVPBlock/SendUpdate.tsx
··· 64 64 e.preventDefault(); 65 65 }} 66 66 value={input} 67 + placeholder={ 68 + allRecipients === 0 69 + ? "Send an event update…but first…share this Leaflet to invite people!" 70 + : "Send people an event update!" 71 + } 67 72 onChange={(e) => { 68 73 setInput(e.target.value); 69 74 }}