Skip to content

Commit 506e504

Browse files
resolving coderabbit review
1 parent 59736a1 commit 506e504

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/SupportUsButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ function SupportUsButton({
178178
{/* Gradient background */}
179179
{Theme === "AOSSIE" && (
180180
<div
181-
className={`absolute top-0 left-0 bottom-0 w-full h-full rounded-2xl p-6 overflow-visible ${Theme === "AOSSIE" && "gradient-bg"}`}
181+
className={`absolute top-0 left-0 bottom-0 w-full h-full rounded-2xl p-6 overflow-visible gradient-bg`}
182182
></div>
183183
)}
184184

src/styles/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
linear-gradient(340deg, #0f0f0f 20%, #292308 25%, transparent 100%),
2424
linear-gradient(150deg, #0f0f0f 10%, #292308 20%, #ffd000 30%,transparent 100%),
2525
linear-gradient(50deg, #ffd000 100%, #ffd000 100%);
26-
}
26+
}

0 commit comments

Comments
 (0)