Add cache buster to logo
This commit is contained in:
parent
3ac524c420
commit
9ef16cea89
|
@ -68,7 +68,7 @@
|
|||
}
|
||||
|
||||
#header .logo {
|
||||
background-image: url('../img/logo-icon.svg');
|
||||
background-image: url('../img/logo-icon.svg?v=1');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 175px;
|
||||
background-position: center;
|
||||
|
@ -80,7 +80,7 @@
|
|||
#header .logo-icon {
|
||||
/* display logo so appname can be shown next to it */
|
||||
display: inline-block;
|
||||
background-image: url('../img/logo-icon.svg');
|
||||
background-image: url('../img/logo-icon.svg?v=1');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
width: 62px;
|
||||
|
|
Loading…
Reference in New Issue