feat(frontend): tooltip wordt getoond bij logout icoontje
This commit is contained in:
parent
674b59e0df
commit
e92744fc92
1 changed files with 10 additions and 5 deletions
|
@ -64,11 +64,16 @@
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<li>
|
<li>
|
||||||
<router-link :to="`/login`">
|
<router-link :to="`/login`">
|
||||||
<v-icon
|
<v-tooltip text="log out">
|
||||||
icon="mdi-logout"
|
<template v-slot:activator="{ props }">
|
||||||
size="x-large"
|
<v-icon
|
||||||
color="#0e6942"
|
v-bind="props"
|
||||||
></v-icon>
|
icon="mdi-logout"
|
||||||
|
size="x-large"
|
||||||
|
color="#0e6942"
|
||||||
|
></v-icon>
|
||||||
|
</template>
|
||||||
|
</v-tooltip>
|
||||||
</router-link>
|
</router-link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue