mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
fix title colors
This commit is contained in:
parent
f3adf1280b
commit
8ecd67baf6
@ -91,7 +91,7 @@ export const Section1 = () => {
|
||||
<StyledImageWrapper>
|
||||
<Image src="/assets/step1-visual.png" pos="relative" w="100%" alt="upload" />
|
||||
</StyledImageWrapper>
|
||||
<Title ta="center" order={3}>
|
||||
<Title ta="center" c="black" order={3}>
|
||||
Upload your data
|
||||
</Title>
|
||||
<Text ta="center" c="gray.7">
|
||||
@ -111,7 +111,7 @@ export const Section1 = () => {
|
||||
<StyledImageWrapper>
|
||||
<Image src="/assets/step2-visual.png" pos="relative" w="100%" alt="visualize" />
|
||||
</StyledImageWrapper>
|
||||
<Title ta="center" order={3}>
|
||||
<Title ta="center" c="black" order={3}>
|
||||
Visualize your JSON
|
||||
</Title>
|
||||
<Text ta="center" c="gray.7">
|
||||
@ -132,7 +132,7 @@ export const Section1 = () => {
|
||||
<StyledImageWrapper>
|
||||
<Image src="/assets/step3-visual.png" pos="relative" w="100%" alt="export image" />
|
||||
</StyledImageWrapper>
|
||||
<Title ta="center" order={3}>
|
||||
<Title ta="center" c="black" order={3}>
|
||||
Export to image
|
||||
</Title>
|
||||
<Text ta="center" c="gray.7">
|
||||
|
Loading…
x
Reference in New Issue
Block a user