Longer label for like-me check

This commit is contained in:
Tom Russell 2019-04-04 13:57:45 +01:00
parent ce014ccdd7
commit e491b6718d

View File

@ -427,7 +427,7 @@ const LikeButton = (props) => (
onChange={props.handleLike}
/>
<label htmlFor={props.slug} className="form-check-label">
I like this building!
I like this building and think it contributes to the city!
{ props.tooltip? <Tooltip text={ props.tooltip } /> : null }
</label>
</div>