Skip to content

Commit 0b5736c

Browse files
committed
Landmark icon
1 parent c304bd4 commit 0b5736c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/base/src/commands/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ export function addCommands(
11171117
current.model.sharedModel.updateStoryMap(storyMapId, newStory);
11181118
}
11191119
},
1120-
...icons.get(CommandIDs.addMarker),
1120+
...icons.get(CommandIDs.addLandmark),
11211121
});
11221122

11231123
loadKeybindings(commands, keybindings);

packages/base/src/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ const iconObject = {
5858
[CommandIDs.identify]: { icon: infoIcon },
5959
[CommandIDs.temporalController]: { icon: clockIcon },
6060
[CommandIDs.addMarker]: { icon: markerIcon },
61+
[CommandIDs.addLandmark]: { iconClass: 'fa fa-landmark' },
6162
};
6263

6364
/**

0 commit comments

Comments
 (0)