Skip to content
Merged

Dev #63

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions frontend/src/app/sections/home/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,13 @@ const Hero = () => {

{/* Devfolio Apply Button */}
<div
className="apply-button flex justify-center"
data-hackathon-slug="deerhack26"
data-button-theme="dark"
style={{ height: "44px", width: "100%" }}
></div>
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%",
}}></div>

{/* Discord Button */}
<Link
Expand Down
Loading