From 35b7b199c38062b52767b4386e23c5513dfe38c6 Mon Sep 17 00:00:00 2001 From: Ahmed Soliman Date: Wed, 12 Sep 2018 16:45:48 +0100 Subject: [PATCH] Fixing the website title --- website/i18n/en.json | 2 +- website/siteConfig.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/website/i18n/en.json b/website/i18n/en.json index 08dcb2cbdfc6..b762f2017a8b 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -3,7 +3,7 @@ "localized-strings": { "next": "Next", "previous": "Previous", - "tagline": "Distributed storage for sequential data", + "tagline": "A scalable and fault tolerant distributed log system", "API_Intro": "LogDevice API", "Introduction": "Introduction", "Concepts": "LogDevice Concepts and architecture", diff --git a/website/siteConfig.js b/website/siteConfig.js index c96c820783f2..09659030497c 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -23,7 +23,6 @@ const users = [ const siteConfig = { title: 'LogDevice' /* title for your website */, tagline: 'Distributed storage for sequential data', - tagline: 'A scalable and fault tolerant distributed log system', url: 'https://logdevice.io' /* your website url */, baseUrl: BASEURL, cname: "logdevice.io",