Skip to content

Commit

Permalink
dashboardSave should use floppy-disk to distinguish it from dashboard…
Browse files Browse the repository at this point in the history
…SaveAs (#10644)
  • Loading branch information
tha-nordiq authored Jan 17, 2025
1 parent 4a90bd3 commit 1219910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/client/plugins/DashboardSave.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const DashboardSave = createPlugin('DashboardSave', {
name: 'dashboardSave',
position: 30,
text: <Message msgId="save"/>,
icon: <Glyphicon glyph="floppy-open"/>,
icon: <Glyphicon glyph="floppy-disk"/>,
action: triggerSave.bind(null, true),
tooltip: "saveDialog.saveTooltip",
// display the BurgerMenu button only if the map can be edited
Expand All @@ -83,7 +83,7 @@ export const DashboardSave = createPlugin('DashboardSave', {
name: 'dashboardSave',
position: 30,
text: <Message msgId="save"/>,
icon: <Glyphicon glyph="floppy-open"/>,
icon: <Glyphicon glyph="floppy-disk"/>,
action: triggerSave.bind(null, true),
tooltip: "saveDialog.saveTooltip",
// display the BurgerMenu button only if the map can be edited
Expand Down

0 comments on commit 1219910

Please sign in to comment.