Skip to content

Commit

Permalink
Update the width height
Browse files Browse the repository at this point in the history
Change from ) to }
  • Loading branch information
perkinsjr committed Mar 5, 2022
1 parent d0d5abb commit c3a8ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/blog-starter/components/avatar.js
Expand Up @@ -4,8 +4,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 c3a8ab4

Please sign in to comment.