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" />