Skip to content

Commit a850484

Browse files
committed
fix: gradient is to top, not to top right
1 parent f043d1f commit a850484

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/components/sponsors.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const sponsorScale = 0.581
4444
function FoundingSponsorFlag({ className, ...props }: React.ComponentProps<"div">) {
4545
return (
4646
<div
47-
className={cn("rounded-3xl bg-gradient-to-tr from-25% from-[#A3C97D] to-75% to-[#1E8456] size-full", className)}
47+
className={cn("rounded-3xl bg-gradient-to-t from-50% from-[#A3C97D] to-100% to-[#1E8456] size-full", className)}
4848
style={{clipPath: "polygon(0 0, 50% 0, 0 50%)"}}
4949
>
5050
<span className={cn("absolute top-3 -left-1 -rotate-45 w-16 text-white text-xs text-center uppercase font-extrabold", darkerGrotesk.className)}>Founding Sponsor</span>

0 commit comments

Comments
 (0)