fix(api): admin/sso img urls
parent
278544166d
commit
69b26ffb4a
|
@ -162,7 +162,7 @@
|
|||
<header role="banner" id="header">
|
||||
<div id="navbar-logo" class="header-left">
|
||||
<a href="/" id="nextcloud">
|
||||
<img src="/img/logo.png" alt="" style="height: 39px" />
|
||||
<img src="{{ data.logo }}" alt="" style="height: 39px" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
@ -292,7 +292,7 @@
|
|||
</div>
|
||||
<div id="dd-logo">
|
||||
<a href="https://xnet-x.net/ca/digital-democratic/" target="_blank">
|
||||
<img src="/img/product-logo.svg" alt="" style="height: 16px; margin-right: 21px; margin-top: 16px">
|
||||
<img src="{{ data.product_logo }}" alt="" style="height: 16px; margin-right: 21px; margin-top: 16px">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -162,7 +162,7 @@
|
|||
<header role="banner" id="header">
|
||||
<div id="navbar-logo" class="header-left">
|
||||
<a href="/" id="nextcloud">
|
||||
<img src="/img/logo.png" alt="" style="height: 39px" />
|
||||
<img src="{{ data.logo }}" alt="" style="height: 39px" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
@ -292,7 +292,7 @@
|
|||
</div>
|
||||
<div id="dd-logo">
|
||||
<a href="https://xnet-x.net/ca/digital-democratic/" target="_blank">
|
||||
<img src="/img/product-logo.svg" alt="" style="height: 16px; margin-right: 21px; margin-top: 16px">
|
||||
<img src="{{ data.product_logo }}" alt="" style="height: 16px; margin-right: 21px; margin-top: 16px">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue