mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
timezone - better tooltip
This commit is contained in:
parent
40d83b2664
commit
5b658d7243
@ -16,8 +16,10 @@
|
||||
</template>
|
||||
<span v-if="value.area && value.loc">/</span>
|
||||
<template v-if="value.loc">
|
||||
<Tooltip :text="$t('profile.timezone.approximate')"><Icon v="map-marked-alt"/></Tooltip>
|
||||
{{ timezone.location }}
|
||||
<Tooltip :text="$t('profile.timezone.approximate')">
|
||||
<Icon v="map-marked-alt"/>
|
||||
{{ timezone.location }}
|
||||
</Tooltip>
|
||||
</template>
|
||||
</p>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user