Added Spacing Between Activity Cards

This commit is contained in:
Ahmad 2024-02-16 17:40:51 -05:00
parent 631a8ea612
commit cde7e7ab6e
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF

View file

@ -10,7 +10,7 @@ interface ActivityItemProps {
export const ActivityItem = ({ data }: ActivityItemProps) => {
return (
<li className='flex items-center gap-x-2'>
<li className='flex items-center gap-x-2 pb-2'>
<Avatar className='h-8 w-8'>
<AvatarImage src={data.userImage} />
</Avatar>