diff --git a/src/pages/Rss/index.tsx b/src/pages/Rss/index.tsx index 72b7753..857f337 100644 --- a/src/pages/Rss/index.tsx +++ b/src/pages/Rss/index.tsx @@ -46,15 +46,17 @@ const RssPage = () => { , - , +
+ + +
]} - // extra={logo} + // extra={logo} > } title={{item.title}} - description={item.description} + description={
{item.description}
} />
)}