Skip to content

Commit

Permalink
Changed icon for re-implementing layers to undo
Browse files Browse the repository at this point in the history
  • Loading branch information
dhochbaum-dcp committed Mar 28, 2024
1 parent 5b52a31 commit daf2a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/components/layer-palette.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class="button gray small no-layers-button hide-for-print"
onclick={{action this.undoSetAllLayerVisibilityToFalse}}
data-test-reset-query-params="true">
<FaIcon @icon="circle-xmark" @prefix="far" />
<FaIcon @icon="undo" />
Toggle Layers Back On
</a>
{{else}}
Expand Down

0 comments on commit daf2a7b

Please sign in to comment.