diff --git a/tldraw/apps/tldraw-logseq/src/components/ContextMenu/ContextMenu.tsx b/tldraw/apps/tldraw-logseq/src/components/ContextMenu/ContextMenu.tsx index 04cc926cc0..588919097f 100644 --- a/tldraw/apps/tldraw-logseq/src/components/ContextMenu/ContextMenu.tsx +++ b/tldraw/apps/tldraw-logseq/src/components/ContextMenu/ContextMenu.tsx @@ -60,7 +60,7 @@ export const ContextMenu = observer(function ContextMenu({ className="tl-context-menu-button" onClick={() => app.api.selectAll()} > - Select All + Select all
{MOD_KEY} A
@@ -72,7 +72,7 @@ export const ContextMenu = observer(function ContextMenu({
className="tl-context-menu-button"
onClick={() => app.api.deselectAll()}
>
- Deselect All
+ Deselect all
)}
{app.selectedShapes?.size > 0 && (
@@ -95,13 +95,13 @@ export const ContextMenu = observer(function ContextMenu({
className="tl-context-menu-button"
onClick={() => app.flipHorizontal()}
>
- Flip Horizontally
+ Flip horizontally
⇧ ]