diff --git a/src/components/ArticleRow.tsx b/src/components/ArticleRow.tsx index e17b1c5..801cea9 100644 --- a/src/components/ArticleRow.tsx +++ b/src/components/ArticleRow.tsx @@ -2,7 +2,7 @@ import React from 'react'; import imageUrl from '../imageUrl'; import BlockContent from '@sanity/block-content-to-react'; import { Link } from 'react-router-dom'; -import "../css/article.css"; +import '../css/article.css'; export default function ArticleRow({ article, @@ -36,7 +36,7 @@ export default function ArticleRow({
{article.author || 'No author'}
- +

{article.summary}

);