Pārlūkot izejas kodu

move support to top

AykutSarac 2 gadi atpakaļ
vecāks
revīzija
f98366b29a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 />