From db584379fa4ccea88b434baca34e1f1d802e728e Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Wed, 27 Jul 2022 10:11:13 +0200 Subject: [PATCH] Updated empty state design refs #1698 --- apps/comments-ui/src/components/Empty.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/comments-ui/src/components/Empty.js b/apps/comments-ui/src/components/Empty.js index 01cc8cf55c..d04996b156 100644 --- a/apps/comments-ui/src/components/Empty.js +++ b/apps/comments-ui/src/components/Empty.js @@ -2,7 +2,7 @@ import React from 'react'; const Empty = (props) => { return ( -
+
There are currently no comments.
);