Longer label for like-me check
This commit is contained in:
parent
ce014ccdd7
commit
e491b6718d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user