mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-09 23:16:50 +02:00
feat: use original gradient for mobile welcome logo
This commit is contained in:
@@ -87,9 +87,9 @@ export function GrimoireWelcome({
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{/* Mobile: Logo with gradient matching ASCII art */}
|
||||
{/* Mobile: Logo with gradient */}
|
||||
<div className="md:hidden flex flex-col items-center">
|
||||
<GrimoireLogo size={120} gradient="theme" />
|
||||
<GrimoireLogo size={120} />
|
||||
<p className="text-muted-foreground text-sm font-mono mt-4">
|
||||
a nostr client for magicians
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user