Skip to content

Commit 28ec0e1

Browse files
soraleesoralee
authored andcommitted
change zeppelin log path
1 parent fe11b32 commit 28ec0e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zeppelin-web/src/app/home/home.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,13 +381,13 @@ a.navbar-brand:hover {
381381
}
382382

383383
.zeppelin {
384-
background: url('../assets/images/zepLogo.png') no-repeat right;
384+
background: url('/assets/images/zepLogo.png') no-repeat right;
385385
height: 380px;
386386
opacity: 0.2;
387387
}
388388

389389
.zeppelin2 {
390-
background: url('../assets/images/zepLogo.png') no-repeat right;
390+
background: url('/assets/images/zepLogo.png') no-repeat right;
391391
background-position-y: 12px;
392392
height: 380px;
393393
opacity: 0.2;

0 commit comments

Comments
 (0)