Skip to content

Commit

Permalink
Remove leaflet logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariazel Hernández authored and Mariazel Hernández committed Sep 27, 2023
1 parent 8c9c6e8 commit 741eb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/src/components/EmployeeDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
</v-col>
<v-col v-if="center !== null" cols="12" md="6">

<l-map style="height: 300px" :zoom="zoom" :center="center">
<l-map style="height: 300px" :zoom="zoom" :center="center" :options="{attributionControl: false}">

<l-tile-layer :url="mapUrl"></l-tile-layer>
<l-marker :lat-lng="center"></l-marker>
Expand Down

0 comments on commit 741eb14

Please sign in to comment.