Skip to content

Commit

Permalink
Change icon for Edit local axes
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Aug 31, 2023
1 parent 5be4254 commit f1cee17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fontra/views/editor/panel-designspace-navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default class DesignspaceNavigationPanel extends Panel {
}),
html.createDomElement("icon-button", {
id: "edit-local-axes-button",
src: "/tabler-icons/settings.svg",
src: "/tabler-icons/tool.svg",
onclick: (event) => this.editLocalAxes(event),
}),
]),
Expand Down

0 comments on commit f1cee17

Please sign in to comment.