Add accidentally removed header map button tool tip again

This commit is contained in:
Wolfgang Huß 2023-02-01 10:10:51 +01:00
parent 11376facb1
commit dbefa5d8a6

View File

@ -1,7 +1,15 @@
<template>
<div>
<nuxt-link to="/map">
<base-button class="map-button" circle ghost>
<base-button
class="map-button"
circle
ghost
v-tooltip="{
content: $t('map.button.tooltip'),
placement: 'bottom-start',
}"
>
<base-icon name="globe-detailed" size="large" />
</base-button>
</nuxt-link>