Skip to content

Commit

Permalink
Shortens menu/icon title "Restore Network to Initial Layout" to "Rest…
Browse files Browse the repository at this point in the history
…ore Network Layout" (too long for the mobile menu after the previous changes) -- #266
  • Loading branch information
chrtannus committed Mar 13, 2024
1 parent 9a0cbbd commit 01538da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/network-editor/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ const Main = ({
// onClick: () => controller.deleteSelectedNodes(),
// },
{
title: "Restore Network to Initial Layout",
title: "Restore Network Layout",
icon: <RestoreIcon />,
onClick: handleNetworkRestore,
unrelated: true,
Expand Down

0 comments on commit 01538da

Please sign in to comment.