Init(Coore): add to repo
This commit is contained in:
8
components/UserSidebarItem.js
Executable file
8
components/UserSidebarItem.js
Executable file
@@ -0,0 +1,8 @@
|
||||
export default function UserSidebarItem({title, icon}){
|
||||
return(
|
||||
<div className="flex items-center py-4 font:[5]">
|
||||
{icon}
|
||||
<span className='text-gray-600 font-[5]'>{title}</span>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user