From 54f83c8249f17a9dd9771b734246aa115e6e25ff Mon Sep 17 00:00:00 2001 From: Kristofer Selbekk Date: Tue, 2 Oct 2018 17:16:16 +0200 Subject: [PATCH] Set the color palette to something a bit more React-y --- website/i18n/en.json | 21 ++------------------- website/siteConfig.js | 4 ++-- 2 files changed, 4 insertions(+), 21 deletions(-) diff --git a/website/i18n/en.json b/website/i18n/en.json index 0cb4db34b0b..545f15e5994 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -3,25 +3,8 @@ "localized-strings": { "next": "Next", "previous": "Previous", - "tagline": "A website for testing", - "docs": { - "doc1": { - "title": "Latin-ish", - "sidebar_label": "Example Page" - }, - "doc2": { - "title": "document number 2" - }, - "doc3": { - "title": "This is document number 3" - }, - "doc4": { - "title": "Other Document" - }, - "doc5": { - "title": "Fifth Document" - } - }, + "tagline": "Create React apps with no build configuration.", + "docs": {}, "links": { "Docs": "Docs", "API": "API", diff --git a/website/siteConfig.js b/website/siteConfig.js index ce38e7d87cd..1a8b1cb1f64 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -38,8 +38,8 @@ const siteConfig = { /* Colors for website */ colors: { - primaryColor: '#2E8555', - secondaryColor: '#205C3B', + primaryColor: '#20232a', + secondaryColor: '#61dafb', }, /* Custom fonts for website */