Skip to content

Commit

Permalink
Fix to height width
Browse files Browse the repository at this point in the history
Fixing height and width props
  • Loading branch information
perkinsjr committed Mar 5, 2022
1 parent c3a8ab4 commit 6919d6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/cms-tina/components/avatar.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export default function Avatar({ name, picture }) {
<div className="flex items-center">
<Image
src={picture}
width={48)
height={48)
width={48}
height={48}
className="w-12 h-12 rounded-full mr-4"
alt={name}
/>
Expand Down

0 comments on commit 6919d6a

Please sign in to comment.