Skip to content

Commit 251e26b

Browse files
committed
remove commented out CSS gradient
i think i'm just going to give up on this
1 parent d85a9fc commit 251e26b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Logo/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export default function Logo() {
99
<img src={LogoImageUrl} alt="CRC Logo" style={{
1010
height: logoSize,
1111
width: logoSize,
12-
// backgroundImage: "linear-gradient(-45deg, rgb(189, 52, 254) 50%, rgb(255, 54, 112) 50%)"
1312
}}/>
1413
</div>
1514
)

0 commit comments

Comments
 (0)