feat: finish search feature

This commit is contained in:
Stevan Freeborn
2023-09-16 11:28:55 -05:00
parent e2161e62c3
commit 9ad0b51b29
6 changed files with 87 additions and 20 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ export default function UserProfile({ user }: { user: UserDto }) {
</div>
</div>
</div>
<div className='flex flex-1 bg-white dark:bg-primary-gray pl-5 border border-gray-600 border-b-0'>
<div className='flex flex-1 bg-white dark:bg-primary-gray pl-5 border border-gray-600'>
<div className='flex flex-col min-h-[25px] items-start gap-1 py-1 pl-[116px] md:flex-row md:items-center md:gap-4'>
{countDataLoaded ? (
<>