Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Jul 23, 2024
1 parent 5d5d81a commit 80c4d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(pages)/stack/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Tool: FC<{
)}
>
<Image
src={`https://img.logo.dev/${hostname.replace('www.', '')}token=${logoDevToken}`}
src={`https://img.logo.dev/${hostname.replace('www.', '')}?token=${logoDevToken}`}
alt={hostname}
width={32}
height={32}
Expand Down

0 comments on commit 80c4d58

Please sign in to comment.