[skip ci] feat: prepare for public release
This commit is contained in:
@@ -61,7 +61,7 @@ pub fn render(ctx: Context) -> Element(a) {
|
||||
html.p([attribute.class("lead text-white/90")], [
|
||||
html.text(g_(
|
||||
i18n_ctx,
|
||||
"Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded.",
|
||||
"An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities.",
|
||||
)),
|
||||
]),
|
||||
html.div(
|
||||
|
||||
@@ -27,7 +27,7 @@ pub type PageMeta {
|
||||
pub fn default_page_meta() -> PageMeta {
|
||||
PageMeta(
|
||||
title: "Fluxer: Chat that puts you first",
|
||||
description: "Built for friends, groups, and communities. Text, voice, and video. Open source and community-funded.",
|
||||
description: "An open-source, independent instant messaging and VoIP platform. Built for friends, groups, and communities.",
|
||||
og_type: "website",
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user