Skip to content

Commit

Permalink
Changed button border to white
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobellerbrock committed Sep 11, 2024
1 parent d75c2e7 commit fcad33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/landing/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function Home() {
</p>
<Link
href="/register"
className="z-20 rounded-md text-center font-bttf text-xl md:text-2xl 2xl:text-3xl bg-white flex justify-center items-center border-orange-400 border-4 drop-shadow-md"
className="z-20 rounded-md text-center font-bttf text-xl md:text-2xl 2xl:text-3xl bg-white flex justify-center items-center border-white border-8 drop-shadow-md"
target="_blank"
>
<h1 className="bg-gradient-to-b from-orange-600 via-yellow-300 to-orange-600 bg-clip-text p-2 font-bttf text-5xl text-transparent sm:text-7xl lg:text-8xl mb-3 lg:mt-3 lg:mb-0">
Expand Down

0 comments on commit fcad33c

Please sign in to comment.