Skip to content

Commit f76a08b

Browse files
committed
put about text straight in app so it shows up in html preview
1 parent e30c235 commit f76a08b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func main() {
7070
})
7171
})
7272

73-
core.NewText(frame).SetType(core.TextHeadlineMedium).SetText(core.AppAbout)
73+
core.NewText(frame).SetType(core.TextHeadlineMedium).SetText("A free and open source software ecosystem for all platforms, built around a powerful, fast, elegant framework")
7474

7575
buttons := core.NewFrame(frame)
7676
cc := core.NewButton(buttons).SetText("Core")

0 commit comments

Comments
 (0)