From 67890999c798e020c019af1a666a943c99cc1c21 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Sun, 2 Oct 2022 09:47:08 -0500 Subject: [PATCH] Fix images. Closes #31 --- components/pages/Feed.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}