From b116b41d43b8dee756a5938b0efaf3fde3221049 Mon Sep 17 00:00:00 2001 From: navaneeth Date: Thu, 3 Jun 2021 11:58:32 +0530 Subject: [PATCH] Minor UI fix for empty state of the canvas --- frontend/src/Editor/Container.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Editor/Container.jsx b/frontend/src/Editor/Container.jsx index d53fa7d31c..29ccc02690 100644 --- a/frontend/src/Editor/Container.jsx +++ b/frontend/src/Editor/Container.jsx @@ -235,7 +235,7 @@ export const Container = ({ )} {Object.keys(boxes).length === 0 && !appLoading && !isDragging && ( -
+
You haven't added any components yet. Drag components from the right sidebar and drop here.
)}