quick fixes

This commit is contained in:
2025-05-07 15:27:12 +02:00
parent d76de43f46
commit ede4ac7f6e
2 changed files with 4 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ class MainScreen implements PresentationScreen {
const subs_cz = new ScrollingTextBox();
this.subs_english = new AsyncRunner(subs_en);
this.subs_czech = new AsyncRunner(subs_cz);
this.question_insert = el.p("");
this.question_insert = el.p("Otázka");
this.dom_question_link = el.div([el.h1(QUESTION_LINK)], ["link"]);
this.dom_question = el.div([this.dom_question_link, this.question_insert], ["question"]);
this.dom_root = el.div([