diff --git a/src/components/news/News.tsx b/src/components/news/News.tsx index 75b0f63..c515c16 100644 --- a/src/components/news/News.tsx +++ b/src/components/news/News.tsx @@ -36,16 +36,20 @@ const News = ({ id, title, text, categories, date, img }: Props) => {

{title}

- {categories.map((category) => { - return ( - - ); - })} - +
+ {categories.map((category) => { + return ( + + ); + })} +
+
+ +