From 1555c70673f3b8e1d7edadf7335436ab0d78c4cc Mon Sep 17 00:00:00 2001 From: Ross Trottier Date: Sun, 30 Jun 2024 11:28:59 -0600 Subject: [PATCH] Element only without matrix in app link --- cmd/web/app-links.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/web/app-links.go b/cmd/web/app-links.go index d5a8d64..da38f11 100644 --- a/cmd/web/app-links.go +++ b/cmd/web/app-links.go @@ -66,7 +66,7 @@ func getStarterLinks(baseUri string) []AppLink { func getCreatorLinks(baseUri string) []AppLink { creatorLinks := []AppLink { { - Title: "Element and Matrix", + Title: "Element", Description: "Team Chat", Image: "/static/img/element.png", Url: "https://element." + baseUri,