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 0e53e42 commit 84973bdCopy full SHA for 84973bd
website/src/pages/home.tsx
@@ -10,7 +10,7 @@ export function Home() {
10
<>
11
<div className="flex flex-col items-center justify-center min-h-screen bg-background text-foreground p-4">
12
<img
13
- style={{ filter: 'drop-shadow(0 0 2em #EA4363)' }}
+ style={{ filter: 'drop-shadow(0 0 1em #EA4363)' }}
14
className="h-20 w-20 mb-4 logo"
15
src={ReactDotCursorLogo}
16
alt="React Dot Cursor Logo"
0 commit comments