This commit is contained in:
Chewbacca 2023-04-03 16:19:19 -04:00
parent d2224c0359
commit 6dc962f6aa
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ export default (props: Props) => {
<HStack alignItems='center' space={2}>
<div className='flex h-10 w-10 items-center justify-center rounded-full bg-gray-200 p-2 dark:bg-gray-800 dark:group-hover:bg-gray-700/20'>
<Icon
src={require('@tabler/icons/hash.svg')}
src={require('@tabler/icons/search.svg')}
className='h-5 w-5 text-gray-600'
/>
</div>