Skip to content

Commit 1988ca3

Browse files
committed
style(web): add shadow and ring to logo for better contrast
1 parent 467b0ec commit 1988ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Home(): React.JSX.Element {
1717
</header>
1818
)}
1919
<div className="flex flex-col items-center gap-6 w-full max-w-lg text-center">
20-
<Image src="/nillion.jpg" alt="Nillion" width={64} height={64} className="rounded-2xl" />
20+
<Image src="/nillion.jpg" alt="Nillion" width={64} height={64} className="rounded-2xl shadow-lg ring-1 ring-white/20" />
2121
<h1 className="text-4xl font-bold tracking-tight text-white">NIL Faucet</h1>
2222
<FaucetCard />
2323
</div>

0 commit comments

Comments
 (0)