refactor to UI components
This commit is contained in:
@@ -26,7 +26,7 @@ const handleClick = (fn: (...args: any[]) => any) => {
|
||||
<OnClickOutside>
|
||||
<UIDropdown class="search-active-hide">
|
||||
<template #activator>
|
||||
<UIButton :dropdown="true" size="sm" variant="outline" class="py-1 text-white">
|
||||
<UIButton :dropdown="true" size="sm" variant="outline" class="py-1 text-white topbar-button">
|
||||
<i class="fa-fw fa-solid fa-user-gear" />
|
||||
</UIButton>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user