move paid section to top of sponsors

This commit is contained in:
AykutSarac 2022-06-13 22:56:59 +03:00
parent 77cdc85a38
commit 92c0798e92

View File

@ -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>