Skip to content

Commit

Permalink
fix(client): fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lareii committed Sep 18, 2024
1 parent 69265f8 commit 2a64337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/app/User/Card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Card({ index, user }) {
<div className='p-5 bg-zinc-900/85 rounded-lg'>
<div className='flex items-center justify-between'>
<div className='flex items-start'>
<Avatar user={user} className={`mr-3 w-10 h-10`} />
<Avatar user={user} className='mr-3 w-10 h-10' />
<div className='flex flex-col mr-2'>
<Hover user={user} />
<div className='text-xs text-zinc-400'>@{user.username}</div>
Expand Down

0 comments on commit 2a64337

Please sign in to comment.