From 7a9ed23bad22da03b0858a201454bc92a35c5f31 Mon Sep 17 00:00:00 2001 From: fatwang2 Date: Sat, 30 Mar 2024 12:54:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E6=A0=87=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=B0=BA=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/app/components/sources.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/app/components/sources.tsx b/web/src/app/components/sources.tsx index 3ef7f6e..d1c6570 100644 --- a/web/src/app/components/sources.tsx +++ b/web/src/app/components/sources.tsx @@ -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" />