Commit bb95472 1 parent ab272d2 commit bb95472 Copy full SHA for bb95472
File tree 2 files changed +4
-21
lines changed
2 files changed +4
-21
lines changed Original file line number Diff line number Diff line change 3
3
"localized-strings" : {
4
4
"next" : " Next" ,
5
5
"previous" : " Previous" ,
6
- "tagline" : " A website for testing" ,
7
- "docs" : {
8
- "doc1" : {
9
- "title" : " Latin-ish" ,
10
- "sidebar_label" : " Example Page"
11
- },
12
- "doc2" : {
13
- "title" : " document number 2"
14
- },
15
- "doc3" : {
16
- "title" : " This is document number 3"
17
- },
18
- "doc4" : {
19
- "title" : " Other Document"
20
- },
21
- "doc5" : {
22
- "title" : " Fifth Document"
23
- }
24
- },
6
+ "tagline" : " Create React apps with no build configuration." ,
7
+ "docs" : {},
25
8
"links" : {
26
9
"Docs" : " Docs" ,
27
10
"API" : " API" ,
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ const siteConfig = {
38
38
39
39
/* Colors for website */
40
40
colors : {
41
- primaryColor : '#2E8555 ' ,
42
- secondaryColor : '#205C3B ' ,
41
+ primaryColor : '#20232a ' ,
42
+ secondaryColor : '#61dafb ' ,
43
43
} ,
44
44
45
45
/* Custom fonts for website */
You can’t perform that action at this time.
0 commit comments