diff --git a/core.toml b/core.toml index 3820aa1..287f51d 100644 --- a/core.toml +++ b/core.toml @@ -1,2 +1,3 @@ Name = "Cogent Core" ID = "com.cogent.website" +About = "A free and open source software ecosystem for all platforms, built around a powerful, fast, and elegant framework" diff --git a/main.go b/main.go index 20d778c..33ee42a 100644 --- a/main.go +++ b/main.go @@ -35,7 +35,7 @@ func main() { return x(uc) * (128.0 / 612.0) })) }) - core.NewText(frame).SetType(core.TextHeadlineMedium).SetText("A free and open source software ecosystem for all platforms, built around a powerful, fast, and elegant framework") + core.NewText(frame).SetType(core.TextHeadlineMedium).SetText(core.AppAbout) core.NewButton(frame).SetText("Learn about the Cogent Core framework").OnClick(func(e events.Event) { core.TheApp.OpenURL("https://cogentcore.org/core") })