From bc8378e71d21b4582c61bbe7791ee1fb8e356284 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Thu, 27 Sep 2018 08:50:27 +0200 Subject: [PATCH] chore: update tagline description --- website/siteConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/siteConfig.js b/website/siteConfig.js index 72c24b823..83193ce75 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -56,7 +56,7 @@ const users = [ const siteConfig = { title: 'Verdaccio' /* title for your website */, - tagline: 'Verdaccio ยท A lightweight private npm proxy registry', + tagline: 'A lightweight private npm proxy registry', url: 'https://verdaccio.org' /* your website url */, organizationName: 'verdaccio', cname: 'verdaccio.org',