Skip to content

Commit

Permalink
Making Author Images larger
Browse files Browse the repository at this point in the history
  • Loading branch information
D9J9V committed Sep 4, 2024
1 parent 319bed4 commit 6e598fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/src/app/_components/avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const Avatar = ({ name, picture }: Props) => {
src={picture}
className="rounded-full mr-4"
alt={name}
width={12}
height={12}
width={48}
height={48}
/>
<div className="text-xl font-bold">{name}</div>
</div>
Expand Down

0 comments on commit 6e598fb

Please sign in to comment.