Skip to content

Commit

Permalink
chore: Fixes image rendering when using npm run dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume committed Dec 2, 2023
1 parent 8d5423c commit f621a84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/Logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ const Logo: FC = () => {
<Image
src="https://assets.ubuntu.com/v1/82818827-CoF_white.svg"
alt="circle of friends"
width={32}
height={32}
className="logo-image"
/>
</div>
Expand Down

0 comments on commit f621a84

Please sign in to comment.