mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Add accidentally removed header map button tool tip again
This commit is contained in:
parent
11376facb1
commit
dbefa5d8a6
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user