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 = () => {
9191 < StyledImageWrapper >
9292 < Image src = "/assets/step1-visual.png" pos = "relative" w = "100%" alt = "upload" />
9393 </ StyledImageWrapper >
94- < Title ta = "center" order = { 3 } >
94+ < Title ta = "center" c = "black" order = { 3 } >
9595 Upload your data
9696 </ Title >
9797 < Text ta = "center" c = "gray.7" >
@@ -111,7 +111,7 @@ export const Section1 = () => {
111111 < StyledImageWrapper >
112112 < Image src = "/assets/step2-visual.png" pos = "relative" w = "100%" alt = "visualize" />
113113 </ StyledImageWrapper >
114- < Title ta = "center" order = { 3 } >
114+ < Title ta = "center" c = "black" order = { 3 } >
115115 Visualize your JSON
116116 </ Title >
117117 < Text ta = "center" c = "gray.7" >
@@ -132,7 +132,7 @@ export const Section1 = () => {
132132 < StyledImageWrapper >
133133 < Image src = "/assets/step3-visual.png" pos = "relative" w = "100%" alt = "export image" />
134134 </ StyledImageWrapper >
135- < Title ta = "center" order = { 3 } >
135+ < Title ta = "center" c = "black" order = { 3 } >
136136 Export to image
137137 </ Title >
138138 < Text ta = "center" c = "gray.7" >
You can’t perform that action at this time.
0 commit comments