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 d85a9fc commit 251e26bCopy full SHA for 251e26b
src/components/Logo/index.tsx
@@ -9,7 +9,6 @@ export default function Logo() {
9
<img src={LogoImageUrl} alt="CRC Logo" style={{
10
height: logoSize,
11
width: logoSize,
12
- // backgroundImage: "linear-gradient(-45deg, rgb(189, 52, 254) 50%, rgb(255, 54, 112) 50%)"
13
}}/>
14
</div>
15
)
0 commit comments