Commit bcacf221 authored by Mark Harding's avatar Mark Harding

(fix): ensure there is double slash in wire creator assets

parent 51e91e13
No related merge requests found
Pipeline #79250402 running with stages
......@@ -184,7 +184,7 @@
"
>
<div class="m-wire--creator-selector-type">
<img [src]="minds.cdn_assets_url + '/assets/logos/bulb.svg'" />
<img [src]="minds.cdn_assets_url + 'assets/logos/bulb.svg'" />
<h5>
<span i18n="@@M__COMMON__OFFCHAIN">Tokens</span>
<m-tooltip icon="help" i18n="@@WIRE__CREATOR__OFFCHAIN_TOOLTIP">
......@@ -256,7 +256,7 @@
<div class="m-wire--creator-selector-type">
<img
[src]="
minds.cdn_assets_url + '/assets/marketing/ethereum_logo.png'
minds.cdn_assets_url + 'assets/marketing/ethereum_logo.png'
"
style="margin-left: -12px"
/>
......@@ -282,7 +282,7 @@
>
<div class="m-wire--creator-selector-type">
<img
[src]="minds.cdn_assets_url + '/assets/marketing/btc.svg'"
[src]="minds.cdn_assets_url + 'assets/marketing/btc.svg'"
style="margin-left: -12px"
/>
<h5>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment