Skip to content

Commit

Permalink
fixed button gradient direction
Browse files Browse the repository at this point in the history
  • Loading branch information
bhivam committed Feb 6, 2024
1 parent d4c42e0 commit 7241e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(landing)/sections/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default function Hero() {
className="absolute
items-center justify-center bg-black rounded-lg
border-solid border-y-2 border-x-4 border-brown-200
bg-gradient-to-b from-blue-300 to-brown-100
bg-gradient-to-t from-blue-300 to-brown-100
text-blue-200
xs:left-[103px] xs:top-[285px] xs:h-[26px] xs:w-[99px]
sm:left-[185px] sm:top-[513px] sm:h-[45px] sm:w-[179px]
Expand Down

0 comments on commit 7241e6e

Please sign in to comment.