mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-04-28 13:57:50 +00:00
Fix website tab
This commit is contained in:
parent
0482c13314
commit
b97f863d45
@ -123,7 +123,8 @@ function processText(input) {
|
||||
"domain": "core",
|
||||
"page": `qdn/browser/index.html${query}`,
|
||||
"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": [],
|
||||
"parent": false
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user