Skip to content

Commit

Permalink
修改图标默认尺寸
Browse files Browse the repository at this point in the history
  • Loading branch information
fatwang2 committed Mar 30, 2024
1 parent 65e3214 commit 7a9ed23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/src/app/components/sources.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ const SourceItem: FC<{ source: Source; index: number }> = ({
className="h-3 w-3"
alt={domain}
src={`https://www.google.com/s2/favicons?domain=${domain}&sz=${16}`}
width={16}
height={16}
layout="responsive"
/>
</div>
</div>
Expand Down

0 comments on commit 7a9ed23

Please sign in to comment.