diff --git a/apps/client/src/widgets/ribbon/NoteActions.tsx b/apps/client/src/widgets/ribbon/NoteActions.tsx index 487379f0d..ad2c281a4 100644 --- a/apps/client/src/widgets/ribbon/NoteActions.tsx +++ b/apps/client/src/widgets/ribbon/NoteActions.tsx @@ -32,11 +32,15 @@ export default function NoteActions() { const { note, ntxId, noteContext } = useNoteContext(); return (
- {note && ntxId && } - - - - + {isNewLayout && ( + <> + {note && ntxId && } + + + + + + )} {note && !isNewLayout && } {note && note.type !== "launcher" && }