File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ export const Section1 = () => {
91
91
< StyledImageWrapper >
92
92
< Image src = "/assets/step1-visual.png" pos = "relative" w = "100%" alt = "upload" />
93
93
</ StyledImageWrapper >
94
- < Title ta = "center" order = { 3 } >
94
+ < Title ta = "center" c = "black" order = { 3 } >
95
95
Upload your data
96
96
</ Title >
97
97
< Text ta = "center" c = "gray.7" >
@@ -111,7 +111,7 @@ export const Section1 = () => {
111
111
< StyledImageWrapper >
112
112
< Image src = "/assets/step2-visual.png" pos = "relative" w = "100%" alt = "visualize" />
113
113
</ StyledImageWrapper >
114
- < Title ta = "center" order = { 3 } >
114
+ < Title ta = "center" c = "black" order = { 3 } >
115
115
Visualize your JSON
116
116
</ Title >
117
117
< Text ta = "center" c = "gray.7" >
@@ -132,7 +132,7 @@ export const Section1 = () => {
132
132
< StyledImageWrapper >
133
133
< Image src = "/assets/step3-visual.png" pos = "relative" w = "100%" alt = "export image" />
134
134
</ StyledImageWrapper >
135
- < Title ta = "center" order = { 3 } >
135
+ < Title ta = "center" c = "black" order = { 3 } >
136
136
Export to image
137
137
</ Title >
138
138
< Text ta = "center" c = "gray.7" >
You can’t perform that action at this time.
0 commit comments