Procházet zdrojové kódy

move support to top

AykutSarac před 2 roky
rodič
revize
f98366b29a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 />