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:
Binary file not shown.
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 27 KiB |
BIN
src/app/apple-icon.png
Normal file
BIN
src/app/apple-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB |
BIN
src/app/icon.png
Normal file
BIN
src/app/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
@@ -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