Skip to content

Commit

Permalink
added register button
Browse files Browse the repository at this point in the history
  • Loading branch information
rohittp0 committed Sep 18, 2023
1 parent 12b54e5 commit a9fe65f
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions presentation/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,13 @@ const Hero = () => {
style={{ height: "44px", width: "312px" }}
></motion.div>
</motion.div>
{/* <Button
<Button
className="font-source-sans-pro text-[16px] font-bold bg-devfolio flex items-center rounded-[5px] mt-[15px] text-white"
href="https://makeaton.devfolio.co"
href="https://forms.eventsradar.in/makeaton/"
variants={item}
>
<img
src="/assets/icons/devfolio.svg"
alt="Devfolio Logo"
height={20}
width={20}
/>
<span className="ml-[6px]">Register on Devfolio</span>
</Button> */}
<span className="ml-[6px]">Register For Make-a-Ton</span>
</Button>
</motion.div>
</section>
);
Expand Down

0 comments on commit a9fe65f

Please sign in to comment.