diff --git a/app/components/list/NewsList.tsx b/app/components/list/NewsList.tsx index 0f74f38..6e3f68c 100644 --- a/app/components/list/NewsList.tsx +++ b/app/components/list/NewsList.tsx @@ -26,7 +26,7 @@ const NewsItem: React.FC = ({ title = '', time = '', url = '' }) => { const NewsList: React.FC = () => { return (
-