Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 2 additions & 19 deletions website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ const siteConfig = {

/* Colors for website */
colors: {
primaryColor: '#2E8555',
secondaryColor: '#205C3B',
primaryColor: '#20232a',
secondaryColor: '#61dafb',
},

/* Custom fonts for website */
Expand Down