Skip to content

Commit 1f132b0

Browse files
Rustem Gareevstasson
Rustem Gareev
authored andcommitted
chore(demo): fix logo path
1 parent c25cf84 commit 1f132b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

demo/styles/demo.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $mdc-theme-background: #fff;
1212

1313
.mdc-drawer-header {
1414
background-color: $grey-900;
15-
background-image: url("/logo.svg");
15+
background-image: url(../assets/logo.svg);
1616
background-size: 33.333%;
1717
background-repeat: no-repeat;
1818
background-position: center;
@@ -32,7 +32,7 @@ $mdc-theme-background: #fff;
3232
.main-toolbar {
3333
.mdc-toolbar-title {
3434
padding: 2px 0 2px 50px;
35-
background: no-repeat 0/32px url(/logo.svg);
35+
background: no-repeat 0/32px url(../assets/logo.svg);
3636
font-family: "Roboto Mono", monospace;
3737
font-size: 1rem;
3838
letter-spacing: .0675rem;

static/logo.svg

+1-1
Loading

0 commit comments

Comments
 (0)