From ff0020eaafd65c72539db07d81e3a861f191de1b Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Fri, 3 Feb 2023 02:57:22 +0000 Subject: [PATCH] twk --- beta/src/components/Layout/HomeContent.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beta/src/components/Layout/HomeContent.js b/beta/src/components/Layout/HomeContent.js index 722031e8b..a7dd52394 100644 --- a/beta/src/components/Layout/HomeContent.js +++ b/beta/src/components/Layout/HomeContent.js @@ -493,7 +493,7 @@ export function Comment({ comment }) { text: 'The quick brown fox jumps over the lazy dog', postedAt: '2m ago', author: { - name: 'Firstname', + name: 'First name', image: null, }, }} @@ -506,7 +506,7 @@ export function Comment({ comment }) { const PostContext = createContext(null); const author = { - name: 'Firstname', + name: 'First name', image: null, };