Prechádzať zdrojové kódy

move support to top

AykutSarac 2 rokov pred
rodič
commit
f98366b29a
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/containers/Home/index.tsx

+ 1 - 1
src/containers/Home/index.tsx

@@ -310,10 +310,10 @@ const Home: React.FC = () => {
       <HeroSection />
       <PreviewSection />
       <FeaturesSection />
+      <SupportSection />
       <GitHubSection />
       <EmbedSection />
       <PricingCards />
-      <SupportSection />
       <SponsorSection />
       <SupportButton />
       <Footer />