fix title display

This commit is contained in:
yggverse 2025-01-22 20:04:07 +02:00
parent 771908a334
commit eae35d5ab8
2 changed files with 2 additions and 10 deletions

View file

@ -14,7 +14,6 @@ impl Title {
.css_classes(["heading"])
.halign(Align::Start)
.label(title.unwrap_or("Titan input"))
.visible(false)
.build(),
}
}