diff --git a/components/pages/Feed.jsx b/components/pages/Feed.jsx index 3915ff3..7d8eb23 100644 --- a/components/pages/Feed.jsx +++ b/components/pages/Feed.jsx @@ -21,7 +21,7 @@ import Store from '../../store'; const FeedCard = ({ title, type, text, author, authorAvatar, image }) => (
- +

{type}

@@ -29,7 +29,7 @@ const FeedCard = ({ title, type, text, author, authorAvatar, image }) => (

{text}

- +

{author}