Skip to content

Commit

Permalink
fix: Fixed svg url (#1839)
Browse files Browse the repository at this point in the history
fixes #1838

Testing Performed
- Open 2 tables
- ctrl / cmd + L to show linker popup
- click cell in 1 table then cell in other
- hover over dotted arrow and click alt
- should see chain link with slash through it
  • Loading branch information
bmingles authored Feb 27, 2024
1 parent e79b196 commit 63fe035
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 63fe035

Please sign in to comment.