We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c304bd4 commit 0b5736cCopy full SHA for 0b5736c
packages/base/src/commands/index.ts
@@ -1117,7 +1117,7 @@ export function addCommands(
1117
current.model.sharedModel.updateStoryMap(storyMapId, newStory);
1118
}
1119
},
1120
- ...icons.get(CommandIDs.addMarker),
+ ...icons.get(CommandIDs.addLandmark),
1121
});
1122
1123
loadKeybindings(commands, keybindings);
packages/base/src/constants.ts
@@ -58,6 +58,7 @@ const iconObject = {
58
[CommandIDs.identify]: { icon: infoIcon },
59
[CommandIDs.temporalController]: { icon: clockIcon },
60
[CommandIDs.addMarker]: { icon: markerIcon },
61
+ [CommandIDs.addLandmark]: { iconClass: 'fa fa-landmark' },
62
};
63
64
/**
0 commit comments