feat: add favicon and remove logo background
Replace default Next.js favicon with the Blackheart logo. Remove white background from logo PNG for proper transparency in dark mode. Add unoptimized prop to next/image to preserve alpha channel. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -19,6 +19,7 @@ export function Header() {
|
||||
alt={BRAND.name}
|
||||
width={32}
|
||||
height={32}
|
||||
unoptimized
|
||||
className="dark:invert"
|
||||
/>
|
||||
<span className="font-display text-lg font-bold tracking-tight">
|
||||
|
||||
@@ -15,6 +15,7 @@ export function Hero() {
|
||||
width={280}
|
||||
height={280}
|
||||
priority
|
||||
unoptimized
|
||||
className="hero-logo mx-auto mb-8 dark:invert"
|
||||
/>
|
||||
<h1 className="hero-title font-display text-5xl font-bold tracking-tight sm:text-6xl lg:text-8xl">
|
||||
|
||||
Reference in New Issue
Block a user