Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangndm3139 committed Jul 11, 2024
1 parent f1b997d commit 4efd8a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sections/tutorials/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ function Tutorials() {
<BgImage fill alt="" src={img_bg_footer_pc} className="hidden lg:block" />
<div className="flex flex-col justify-start items-center relative h-[472px] xl:w-[548px]">
<Image className="xl:w-[480px]" src={img_gradientLogo} alt="img_gradientLogo" />
<div className="flex flex-col gap-8 xl:gap-14 items-center w-[284px] absolute top-[242px] xl:w-full xl:top-[336px]">
<div className="flex flex-col gap-8 xl:gap-14 items-center w-[284px] absolute top-[242px] xl:w-[672px] xl:top-[336px]">
<h2 className="text-white text-center font-ppmori-semibold text-[40px] font-semibold leading-[48px] xl:text-[72px] xl:leading-[80px]">
Build Your DApp With Aura
Let's work together
</h2>
<GradientButton href="https://docs.aura.network/developer/">
Tutorials
<GradientButton href="/">
Submit your project
</GradientButton>
</div>
</div>
Expand Down

0 comments on commit 4efd8a4

Please sign in to comment.