update label button
This commit is contained in:
parent
6b70fd6af4
commit
4fee6f3626
1 changed files with 2 additions and 2 deletions
|
@ -41,9 +41,9 @@ export function PointInput() {
|
||||||
type="button"
|
type="button"
|
||||||
className="button mr-1"
|
className="button mr-1"
|
||||||
onClick={getCurrentPosition}
|
onClick={getCurrentPosition}
|
||||||
title="Localiser votre position"
|
title="Localiser votre position et l'afficher sur la carte"
|
||||||
>
|
>
|
||||||
<span className="sr-only">Localiser votre position</span>
|
<span className="sr-only">Localiser votre position et l'afficher sur la carte</span>
|
||||||
<LocationMarkerIcon className="icon-size-big" aria-hidden />
|
<LocationMarkerIcon className="icon-size-big" aria-hidden />
|
||||||
</button>
|
</button>
|
||||||
) : null}
|
) : null}
|
||||||
|
|
Loading…
Add table
Reference in a new issue