[Cleanup] Remove tooltip on current user button (#3636)

This commit is contained in:
Chenlei Hu
2025-04-25 19:27:47 -04:00
committed by GitHub
parent 84c14ddd92
commit 04f447c2a3

View File

@@ -3,11 +3,10 @@
<div> <div>
<Button <Button
v-if="isAuthenticated" v-if="isAuthenticated"
v-tooltip="{ value: $t('userSettings.title'), showDelay: 300 }"
class="user-profile-button p-1" class="user-profile-button p-1"
severity="secondary" severity="secondary"
text text
:aria-label="$t('userSettings.title')" aria-label="user profile"
@click="popover?.toggle($event)" @click="popover?.toggle($event)"
> >
<div <div