Skip to content

Commit c0bacb1

Browse files
committed
Clean
1 parent 27b851d commit c0bacb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pages/api/og/lover.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function OgLover(props: LoveOgProps) {
7272
// Equivalent to bg-gradient-to-t from-black/70 via-black/70 to-transparent
7373
style={{
7474
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%)',
75+
'linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%)',
7676
}}
7777
>
7878
<div className="flex flex-row flex-wrap text-gray-50">

0 commit comments

Comments
 (0)