Small improvements to the docs

This commit is contained in:
Pieter Vander Vennet 2020-08-25 00:20:20 +02:00
parent e320f1af0c
commit c8b2dab669
3 changed files with 24 additions and 12 deletions

View file

@ -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()
});
}