mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-04-17 00:25:59 +00:00
WIP
This commit is contained in:
parent
1d01186ba9
commit
5584398067
@ -470,7 +470,7 @@ class Websites extends LitElement {
|
||||
const myNode = window.parent.reduxStore.getState().app.nodeConfig.knownNodes[window.parent.reduxStore.getState().app.nodeConfig.node]
|
||||
const nodeUrl = myNode.protocol + '://' + myNode.domain + ':' + myNode.port
|
||||
const url = `${nodeUrl}/arbitrary/THUMBNAIL/${name}/qortal_avatar?apiKey=${this.getApiKey()}`;
|
||||
return html`<img src="${url}" nerror="this.onerror=null; this.src='/img/incognito.png';">`
|
||||
return html`<img src="${url}" onerror="this.onerror=null; this.src='/img/incognito.png';">`
|
||||
}
|
||||
|
||||
renderRelayModeText() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user