From a948261ff4365ee5f291262684f8926ba8a8ea49 Mon Sep 17 00:00:00 2001 From: fatwang2 Date: Sat, 30 Mar 2024 13:15:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=BE=E6=A0=87=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/app/components/sources.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/web/src/app/components/sources.tsx b/web/src/app/components/sources.tsx index d1c6570..6e966d6 100644 --- a/web/src/app/components/sources.tsx +++ b/web/src/app/components/sources.tsx @@ -3,7 +3,6 @@ import { Wrapper } from "@/app/components/wrapper"; import { Source } from "@/app/interfaces/source"; import { BookText } from "lucide-react"; import { FC } from "react"; -import Image from "next/image"; const SourceItem: FC<{ source: Source; index: number }> = ({ source, @@ -27,13 +26,10 @@ const SourceItem: FC<{ source: Source; index: number }> = ({
- {domain}