signout icon
This commit is contained in:
@@ -70,7 +70,7 @@ const authModalInitialStateOpen = ref(
|
|||||||
>
|
>
|
||||||
<Modal>
|
<Modal>
|
||||||
<template #activator="{ open }">
|
<template #activator="{ open }">
|
||||||
<li @click="open"><a><i class="fa-fw fa-solid fa-right-from-bracket" />Sign out</a></li>
|
<li @click="open" class="text-base"><a><i class="fa-fw fa-solid fa-right-from-bracket" />Sign out</a></li>
|
||||||
</template>
|
</template>
|
||||||
<template #default>Are you sure want to signout?</template>
|
<template #default>Are you sure want to signout?</template>
|
||||||
<template #actions="{ close }">
|
<template #actions="{ close }">
|
||||||
|
|||||||
Reference in New Issue
Block a user