mirror of
https://github.com/wahyd4/SAI2.git
synced 2026-08-08 21:01:21 +10:00
修改图标默认尺寸
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user