From 85a24c05badc987b9cf58836715853441cef5def Mon Sep 17 00:00:00 2001 From: Snazzah Date: Fri, 31 Dec 2021 13:10:29 -0600 Subject: [PATCH] chore: update description --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index a725d11..9d20c90 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1,7 +1,7 @@ const sidebar = require('./sidebar.js'); const metaTitle = 'LBRY Foundation', - metaDesc = 'LBRY is a secure, open, and community-run digital marketplace.', + metaDesc = 'The LBRY community invites everyone to join us in building a more free and open way to share content and information online.', metaURL = 'https://lbry.org', metaLogo = '/logo.png', metaColor = '#27E4EB';