partials: fix ER logo not showing up
This commit is contained in:
parent
2eceb01e63
commit
4ed9cc8c7f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
≡
|
||||
</button>
|
||||
<a class="navbar-brand" href="/" target="{{ appLinkTarget() }}">
|
||||
<span id="quay-logo" style="background-image: url('{{ getEnterpriseLogo() }}')"></span>
|
||||
<span id="quay-logo" ng-style="{'background-image': 'url(' + getEnterpriseLogo() + ')'}"</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
Reference in a new issue