Skip to content

Commit

Permalink
Fixed svg url (deephaven#1838)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Feb 27, 2024
1 parent 25d1c09 commit 53b6c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dashboard-core-plugins/src/linker/LinkerLink.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ $dash-size: 10;
&.danger-delete {
path.link-select {
cursor:
url('../assets/svg/cursor-unlinker.svg') 8 8,
url('../../assets/svg/cursor-unlinker.svg') 8 8,
pointer;
}

Expand Down

0 comments on commit 53b6c05

Please sign in to comment.