From c9a22b8d42f6e9951d76d12dfcf8842dbf141d8c Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Mon, 7 Sep 2020 15:03:38 +0200 Subject: [PATCH] Fix typo in header on main page --- content/en/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/_index.md b/content/en/_index.md index 04bcea9..36a9dd7 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -7,7 +7,7 @@ comments: false {{< start_block label="Download" >}} {{< row >}} -{{< feature_item icon="fa-project-diagram" header="Decentralized Messenging" text="Connect to your contacts using a server of your choice. Gajim works well with other [chat clients](https://xmpp.org/software/clients.html) and supports multiple accounts.">}} +{{< feature_item icon="fa-project-diagram" header="Decentralized Messaging" text="Connect to your contacts using a server of your choice. Gajim works well with other [chat clients](https://xmpp.org/software/clients.html) and supports multiple accounts.">}} {{< feature_item icon="fa-users" header="Stay Connected" text="Share pictures, videos, and files with friends and groups. User profiles, status updates, and chat history management included.">}} {{< /row >}} -- GitLab