From 3c5b8594ac33313fed3388ca21e32b0c679618a5 Mon Sep 17 00:00:00 2001 From: Berci Kormendy Date: Fri, 5 Jan 2024 14:03:33 +0100 Subject: [PATCH] update css --- .../components/inspector/sections/comment-section.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/editor/src/components/inspector/sections/comment-section.tsx b/editor/src/components/inspector/sections/comment-section.tsx index 4c05b268e15b..f730eba31b34 100644 --- a/editor/src/components/inspector/sections/comment-section.tsx +++ b/editor/src/components/inspector/sections/comment-section.tsx @@ -228,7 +228,14 @@ const ThreadPreviews = React.memo(() => { )} {when( sortedThreads.length === 0, -
+
Use the commenting tool to leave comments on the canvas. They will also show up here.
, )}