diff options
author | Eric <ericmabr@gmail.com> | 2023-08-24 12:57:22 -0400 |
---|---|---|
committer | Eric <ericmabr@gmail.com> | 2023-08-24 12:57:22 -0400 |
commit | 10bb2ae3171c2035163c611de966c5aee4769ac3 (patch) | |
tree | 55e4c6c19dfbd835b2af18a3aa8463b971025590 | |
parent | 6a85c8d4115a968f563369516d38549745e76303 (diff) |
note icon for mapanchormenu changed
-rw-r--r-- | src/client/views/nodes/MapBox/MapAnchorMenu.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/MapBox/MapAnchorMenu.tsx b/src/client/views/nodes/MapBox/MapAnchorMenu.tsx index 897bb90a6..f731763af 100644 --- a/src/client/views/nodes/MapBox/MapAnchorMenu.tsx +++ b/src/client/views/nodes/MapBox/MapAnchorMenu.tsx @@ -112,7 +112,7 @@ export class MapAnchorMenu extends AntimodeMenu<AntimodeMenuProps> { <IconButton tooltip="Link Note to Pin" // onPointerDown={this.LinkNote} - icon={<FontAwesomeIcon icon="map-pin" />} + icon={<FontAwesomeIcon icon="sticky-note" />} color={StrCast(Doc.UserDoc().userColor)} /> )} |