We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c14dd commit 04f447cCopy full SHA for 04f447c
src/components/topbar/CurrentUserButton.vue
@@ -3,11 +3,10 @@
3
<div>
4
<Button
5
v-if="isAuthenticated"
6
- v-tooltip="{ value: $t('userSettings.title'), showDelay: 300 }"
7
class="user-profile-button p-1"
8
severity="secondary"
9
text
10
- :aria-label="$t('userSettings.title')"
+ aria-label="user profile"
11
@click="popover?.toggle($event)"
12
>
13
<div
0 commit comments