Skip to content

Commit

Permalink
Change some icons to match mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
sufyanAbbasi committed Dec 10, 2024
1 parent 3b93679 commit 9b7bca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geemap/toolbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -4486,12 +4486,12 @@ def _cog_stac_inspector_callback(map, selected, item):
callback=_plot_transect_tool_callback,
),
ToolbarItem(
icon="multiline_chart",
icon="shuffle",
tooltip="Sankey plots",
callback=_sankee_tool_callback,
),
ToolbarItem(
icon="travel_explore",
icon="image",
tooltip="Planet imagery",
callback=_split_basemaps_tool_callback,
),
Expand Down

0 comments on commit 9b7bca4

Please sign in to comment.