Skip to content

Commit

Permalink
refactor: update toolbar text
Browse files Browse the repository at this point in the history
  • Loading branch information
dulapahv committed Dec 27, 2024
1 parent dd97642 commit 04678ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/components/toolbar/components/desktop-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const DesktopMenu = ({
onCheckedChange={actions.minimap}
checked={miniMap}
>
Minimap
Editor Minimap
</MenubarCheckboxItem>
<MenubarCheckboxItem
onCheckedChange={actions.toggleNotepadPanel}
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/toolbar/components/mobile-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const MobileMenu = ({
onCheckedChange={actions.minimap}
checked={miniMap}
>
Minimap
Editor Minimap
</MenubarCheckboxItem>
<MenubarCheckboxItem
onCheckedChange={actions.toggleNotepadPanel}
Expand Down

1 comment on commit 04678ec

@vercel
Copy link

@vercel vercel bot commented on 04678ec Dec 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.