mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Added Spacing Between Activity Cards
This commit is contained in:
parent
631a8ea612
commit
cde7e7ab6e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ interface ActivityItemProps {
|
||||||
|
|
||||||
export const ActivityItem = ({ data }: ActivityItemProps) => {
|
export const ActivityItem = ({ data }: ActivityItemProps) => {
|
||||||
return (
|
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'>
|
<Avatar className='h-8 w-8'>
|
||||||
<AvatarImage src={data.userImage} />
|
<AvatarImage src={data.userImage} />
|
||||||
</Avatar>
|
</Avatar>
|
||||||
|
|
Loading…
Reference in a new issue