Update tooltip topbar

This commit is contained in:
2025-03-24 11:40:51 +01:00
parent fc74ccc00e
commit 396027ae4c

View File

@@ -90,7 +90,7 @@ watch(() => userPrefStore.getSelApp, appUpdated, { immediate: true });
<div class="topbar-project">
<button @click="redirectProject()" class="p-button p-button-outlined"
v-tooltip="'Click to change the project'"> {{ userPrefStore.user.selectedProject.fe_name
v-tooltip.left="'Click to change the project'"> {{ userPrefStore.user.selectedProject.fe_name
}}</button>
</div>
<button class="layout-topbar-menu-button layout-topbar-action"