From f88fd76187ae9318c792857581e3243e69562c50 Mon Sep 17 00:00:00 2001 From: IshanBaidya <165746811+VaidyaIshan@users.noreply.github.com> Date: Wed, 29 Apr 2026 21:18:09 +0545 Subject: [PATCH 1/2] feat: changed devfolio button theme --- frontend/src/app/sections/home/Hero.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/sections/home/Hero.tsx b/frontend/src/app/sections/home/Hero.tsx index 74fb70a..bea12f9 100644 --- a/frontend/src/app/sections/home/Hero.tsx +++ b/frontend/src/app/sections/home/Hero.tsx @@ -73,7 +73,7 @@ const Hero = () => {
From d6b741b419b7bbe495f969ab2eee319a1a70ecc1 Mon Sep 17 00:00:00 2001 From: IshanBaidya <165746811+VaidyaIshan@users.noreply.github.com> Date: Wed, 29 Apr 2026 21:40:49 +0545 Subject: [PATCH 2/2] feat: Added Responsive Button --- frontend/src/app/sections/home/Hero.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/frontend/src/app/sections/home/Hero.tsx b/frontend/src/app/sections/home/Hero.tsx index bea12f9..decf19f 100644 --- a/frontend/src/app/sections/home/Hero.tsx +++ b/frontend/src/app/sections/home/Hero.tsx @@ -71,11 +71,13 @@ const Hero = () => { {/* Devfolio Apply Button */} + className="apply-button w-full max-w-[320px] sm:max-w-[360px] md:max-w-[420px]" + data-hackathon-slug="deerhack26" + data-button-theme="light" + style={{ + height: "48px", + width: "100%", + }}> {/* Discord Button */}