diff --git a/src/components/news/News.tsx b/src/components/news/News.tsx index 7fb0b52..ed70a24 100644 --- a/src/components/news/News.tsx +++ b/src/components/news/News.tsx @@ -1,5 +1,6 @@ // Modules import { Link } from 'react-router-dom'; +import { LazyLoadImage } from 'react-lazy-load-image-component'; // Images import { ReactComponent as ArrRight } from '../../assets/icons/arrow-right.svg'; // Components @@ -20,13 +21,13 @@ const News = ({ title, text, category, date, img, link }: Props) => {
- img +

{title}

- +
{text}