Skip to content

Commit 5bf95e9

Browse files
committed
INT-110 fix for logo-scout-on-dark.png after pull/68
Lucas switched static resource loading to file:// paths. So .less urls can't have a leading slash.
1 parent d90b104 commit 5bf95e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/sidebar.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
margin-bottom: 0;
1010

1111
.scout-logo {
12-
background: @slate1 url("/images/logo-scout-on-dark.png") center center no-repeat;
12+
background: @slate1 url("images/logo-scout-on-dark.png") center center no-repeat;
1313
background-size: 140px 28px;
1414
width: @sidebar-width;
1515
height: 72px;

0 commit comments

Comments
 (0)