Skip to content

Commit

Permalink
Make user image larger
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciabad committed Oct 21, 2023
1 parent 0b801b4 commit ad0d61f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const UserPreview: FC<{ user: Session['user'] }> = ({ user }) => {
<img
src={user.image ?? DEFAULT_IMAGE}
alt=""
className="mx-auto block h-6 w-6 rounded-full border border-stone-300"
className="mx-auto mb-2 block h-24 w-24 rounded-full border border-stone-300"
/>
<h2 className="text-center text-lg font-bold">
{user.name ?? t('anonymous')}
Expand Down

0 comments on commit ad0d61f

Please sign in to comment.