Skip to content

Commit 63fe035

Browse files
authored
fix: Fixed svg url (#1839)
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
1 parent e79b196 commit 63fe035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/dashboard-core-plugins/src/linker/LinkerLink.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ $dash-size: 10;
130130
&.danger-delete {
131131
path.link-select {
132132
cursor:
133-
url('../assets/svg/cursor-unlinker.svg') 8 8,
133+
url('../../assets/svg/cursor-unlinker.svg') 8 8,
134134
pointer;
135135
}
136136

0 commit comments

Comments
 (0)