mirror of
https://github.com/myfatemi04/wheelshare-frontend.git
synced 2025-04-09 22:00:16 -04:00
add comment for pickup/dropoff location
This commit is contained in:
parent
bfed3cdfb4
commit
3013a02ee2
|
@ -135,6 +135,12 @@ export default function EventInterestForm() {
|
|||
>
|
||||
{canDrive ? 'Can drive' : "Can't drive"}
|
||||
</UIButton>
|
||||
<span style={{ fontSize: '0.875em' }}>
|
||||
Your pickup/dropoff location lets you see who would add the least
|
||||
driving distance. It's only visible to members of your carpool. As
|
||||
an alternative, you could write your general location in the note
|
||||
section, such as "Chantilly".
|
||||
</span>
|
||||
<UIPlacesAutocomplete
|
||||
placeholder="Pickup and dropoff location"
|
||||
onSelected={(_address, placeId) => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user