Skip to content

Commit 04f447c

Browse files
authored
[Cleanup] Remove tooltip on current user button (#3636)
1 parent 84c14dd commit 04f447c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/topbar/CurrentUserButton.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
<div>
44
<Button
55
v-if="isAuthenticated"
6-
v-tooltip="{ value: $t('userSettings.title'), showDelay: 300 }"
76
class="user-profile-button p-1"
87
severity="secondary"
98
text
10-
:aria-label="$t('userSettings.title')"
9+
aria-label="user profile"
1110
@click="popover?.toggle($event)"
1211
>
1312
<div

0 commit comments

Comments
 (0)