diff --git a/editor/src/components/inspector/sections/comment-section.tsx b/editor/src/components/inspector/sections/comment-section.tsx index 5437e9fa7cce..f730eba31b34 100644 --- a/editor/src/components/inspector/sections/comment-section.tsx +++ b/editor/src/components/inspector/sections/comment-section.tsx @@ -228,8 +228,15 @@ const ThreadPreviews = React.memo(() => { )} {when( sortedThreads.length === 0, -
- Leave comments on the canvas. +
+ Use the commenting tool to leave comments on the canvas. They will also show up here.
, )} {sortedThreads.map((thread) => (