diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-06-11 17:49:13 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-06-11 17:49:13 +0200 |
commit | 174d46578bb719c85686f9bb89abf4330ae4cac1 (patch) | |
tree | 34d7b791dfcd603cc7c2117780c071b74b3cf646 /client/src | |
parent | 127944aacb52721877449a1f202dc0add866ef39 (diff) | |
download | PeerTube-174d46578bb719c85686f9bb89abf4330ae4cac1.tar.gz PeerTube-174d46578bb719c85686f9bb89abf4330ae4cac1.tar.zst PeerTube-174d46578bb719c85686f9bb89abf4330ae4cac1.zip |
Fix prod build
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/app.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index a98e57cc3..7259006e5 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -51,7 +51,7 @@ | |||
51 | a { | 51 | a { |
52 | color: inherit !important; | 52 | color: inherit !important; |
53 | display: block; | 53 | display: block; |
54 | background: url(/assets/logo.png) no-repeat; | 54 | background: url('../assets/logo.png') no-repeat; |
55 | background-size: contain; | 55 | background-size: contain; |
56 | background-position: center; | 56 | background-position: center; |
57 | height: 100%; | 57 | height: 100%; |