We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b851d commit c0bacb1Copy full SHA for c0bacb1
web/pages/api/og/lover.tsx
@@ -72,7 +72,7 @@ function OgLover(props: LoveOgProps) {
72
// Equivalent to bg-gradient-to-t from-black/70 via-black/70 to-transparent
73
style={{
74
background:
75
- 'linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0) 100%)',
+ 'linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%)',
76
}}
77
>
78
<div className="flex flex-row flex-wrap text-gray-50">
0 commit comments