mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-04-29 06:17:51 +00:00
Fix website tab
This commit is contained in:
parent
0482c13314
commit
b97f863d45
@ -123,7 +123,8 @@ function processText(input) {
|
|||||||
"domain": "core",
|
"domain": "core",
|
||||||
"page": `qdn/browser/index.html${query}`,
|
"page": `qdn/browser/index.html${query}`,
|
||||||
"title": name,
|
"title": name,
|
||||||
"mwcicon": service === 'WEBSITE' ? 'vaadin:desktop' : 'open_in_browser',
|
"icon": service === 'WEBSITE' ? 'vaadin:desktop' : 'vaadin:external-browser',
|
||||||
|
"mwcicon": service === 'WEBSITE' ? 'desktop_mac' : 'open_in_browser',
|
||||||
"menus": [],
|
"menus": [],
|
||||||
"parent": false
|
"parent": false
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user