We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
to top
to top right
1 parent f043d1f commit a850484Copy full SHA for a850484
1 file changed
client/src/components/sponsors.tsx
@@ -44,7 +44,7 @@ const sponsorScale = 0.581
44
function FoundingSponsorFlag({ className, ...props }: React.ComponentProps<"div">) {
45
return (
46
<div
47
- className={cn("rounded-3xl bg-gradient-to-tr from-25% from-[#A3C97D] to-75% to-[#1E8456] size-full", className)}
+ className={cn("rounded-3xl bg-gradient-to-t from-50% from-[#A3C97D] to-100% to-[#1E8456] size-full", className)}
48
style={{clipPath: "polygon(0 0, 50% 0, 0 50%)"}}
49
>
50
<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