mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
parent
0b743890af
commit
4af9e8e3ff
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ export default Component.extend({
|
|||
open: false,
|
||||
|
||||
navMenuIcon: computed('ghostPaths.subdir', function () {
|
||||
let url = `${this.get('ghostPaths.subdir')}/ghost/img/ghosticon.jpg`;
|
||||
let url = `${this.get('ghostPaths.assetRoot')}/img/ghosticon.jpg`;
|
||||
|
||||
return htmlSafe(`background-image: url(${url})`);
|
||||
}),
|
||||
|
|
Loading…
Add table
Reference in a new issue