修改图标默认尺寸

This commit is contained in:
fatwang2
2024-03-30 12:54:58 +08:00
parent 65e3214649
commit 7a9ed23bad
+3
View File
@@ -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>