瀏覽代碼

move support to top

AykutSarac 2 年之前
父節點
當前提交
f98366b29a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 />