Small improvements to the docs
This commit is contained in:
parent
e320f1af0c
commit
c8b2dab669
3 changed files with 24 additions and 12 deletions
|
@ -66,8 +66,10 @@ export class InitUiElements {
|
|||
|
||||
if (State.state.featureSwitchMoreQuests.data){
|
||||
|
||||
tabs.push({header: `<img src='${'./assets/add.svg'}'>`
|
||||
, content: new MoreScreen()});
|
||||
tabs.push({
|
||||
header: `<img src='${'./assets/add.svg'}'>`
|
||||
, content: new MoreScreen()
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue