mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
move paid section to top of sponsors
This commit is contained in:
parent
77cdc85a38
commit
92c0798e92
@ -489,20 +489,6 @@ const Home: React.FC = () => {
|
|||||||
</StyledSectionArea>
|
</StyledSectionArea>
|
||||||
</StyledGitHubSection>
|
</StyledGitHubSection>
|
||||||
|
|
||||||
<StyledSponsorSection id="sponsor">
|
|
||||||
<StyledSubTitle>Sponsors</StyledSubTitle>
|
|
||||||
<StyledMinorTitle>
|
|
||||||
Your supports make JSON Visio possible to continue and accessible for
|
|
||||||
everyone!
|
|
||||||
</StyledMinorTitle>
|
|
||||||
<StyledButton
|
|
||||||
status="SUCCESS"
|
|
||||||
onClick={() => push("https://www.patreon.com/aykutsarac")}
|
|
||||||
>
|
|
||||||
Become A Sponsor!
|
|
||||||
</StyledButton>
|
|
||||||
</StyledSponsorSection>
|
|
||||||
|
|
||||||
<StyledPaidSection>
|
<StyledPaidSection>
|
||||||
<StyledProducthunt>
|
<StyledProducthunt>
|
||||||
<StyledSubTitle>
|
<StyledSubTitle>
|
||||||
@ -518,6 +504,20 @@ const Home: React.FC = () => {
|
|||||||
</StyledAffiliate>
|
</StyledAffiliate>
|
||||||
</StyledPaidSection>
|
</StyledPaidSection>
|
||||||
|
|
||||||
|
<StyledSponsorSection id="sponsor">
|
||||||
|
<StyledSubTitle>Sponsors</StyledSubTitle>
|
||||||
|
<StyledMinorTitle>
|
||||||
|
Your supports make JSON Visio possible to continue and accessible for
|
||||||
|
everyone!
|
||||||
|
</StyledMinorTitle>
|
||||||
|
<StyledButton
|
||||||
|
status="SUCCESS"
|
||||||
|
onClick={() => push("https://www.patreon.com/aykutsarac")}
|
||||||
|
>
|
||||||
|
Become A Sponsor!
|
||||||
|
</StyledButton>
|
||||||
|
</StyledSponsorSection>
|
||||||
|
|
||||||
<StyledFooter>
|
<StyledFooter>
|
||||||
<StyledFooterText>© 2022 JSON Visio - {pkg.version}</StyledFooterText>
|
<StyledFooterText>© 2022 JSON Visio - {pkg.version}</StyledFooterText>
|
||||||
<StyledIconLinks>
|
<StyledIconLinks>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user