Skip to content

Commit

Permalink
Minimap collapse icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Mar 29, 2024
1 parent c6ac8cd commit de33276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Code/Workspace/WorkspaceMinimap.elm
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ viewHeader toggleMinimapMsg closeAllMsg =
[ class "workspace-minimap_header" ]
[ Click.view
[ class "workspace-minimap_header_title" ]
[ Icon.view caretDown, Icon.view Icon.unfoldedMap ]
[ Icon.view Icon.caretDown, Icon.view Icon.unfoldedMap ]
(Click.onClick toggleMinimapMsg)
, Click.view
[ class "workspace-minimap_close" ]
Expand Down

0 comments on commit de33276

Please sign in to comment.