From 49fe32bda9c78e40597518dfa767dcf8def082b1 Mon Sep 17 00:00:00 2001 From: edwin6666 Date: Sun, 22 Oct 2023 21:33:30 -0400 Subject: [PATCH] Refactor: position to source in the post --- src/components/PostCard.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PostCard.jsx b/src/components/PostCard.jsx index cf97731..3f290ff 100644 --- a/src/components/PostCard.jsx +++ b/src/components/PostCard.jsx @@ -126,7 +126,7 @@ export function PostCard({ post }) {

{post.description}

-

Source:{post.source}

+

Source:{post.source}

);