We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467b0ec commit 1988ca3Copy full SHA for 1988ca3
src/app/page.tsx
@@ -17,7 +17,7 @@ export default function Home(): React.JSX.Element {
17
</header>
18
)}
19
<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" />
+ <Image src="/nillion.jpg" alt="Nillion" width={64} height={64} className="rounded-2xl shadow-lg ring-1 ring-white/20" />
21
<h1 className="text-4xl font-bold tracking-tight text-white">NIL Faucet</h1>
22
<FaucetCard />
23
</div>
0 commit comments