From 3014f1558819ba1131fbbbd9ad99f2a326f2ec6f Mon Sep 17 00:00:00 2001 From: Kaiwen Gong <1724916415@qq.com> Date: Mon, 22 Jul 2024 16:46:19 +0800 Subject: [PATCH] feat: change the layout of newsitem --- ui/components/ContextItem.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ui/components/ContextItem.tsx b/ui/components/ContextItem.tsx index e4e75d8..2ea69e7 100644 --- a/ui/components/ContextItem.tsx +++ b/ui/components/ContextItem.tsx @@ -1,7 +1,6 @@ import React from "react"; import Image from "next/image"; import { ReactMarkdown } from "@/components/Markdown"; - interface ContextItemProperties { item: { name: string; @@ -24,9 +23,9 @@ interface ContextItemProperties { } const ProviderInfo: React.FC<{ name: string; date: string }> = ({ name, date }) => ( -