Update comic preview image to use manga.png

This commit is contained in:
Riccardo Giorato
2026-01-06 13:03:20 +01:00
parent 24c1f733b3
commit 6adde0ed17
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ export function ComicPreview({
<div className="bg-white w-48 aspect-3/4 p-2 shadow-2xl rounded-sm rotate-12"> <div className="bg-white w-48 aspect-3/4 p-2 shadow-2xl rounded-sm rotate-12">
<div className="w-full h-full bg-neutral-900 border-2 border-black overflow-hidden"> <div className="w-full h-full bg-neutral-900 border-2 border-black overflow-hidden">
<img <img
src="/manga.jpg" src="/manga.png"
alt="Background comic" alt="Background comic"
className="w-full h-full object-cover opacity-60" className="w-full h-full object-cover opacity-60"
/> />
@@ -96,7 +96,7 @@ export function ComicPreview({
}`} }`}
> >
<img <img
src="/manga.jpg" src="/manga.png"
alt="Comic preview page 2" alt="Comic preview page 2"
className="w-full h-full object-cover opacity-80 grayscale-20 contrast-125" className="w-full h-full object-cover opacity-80 grayscale-20 contrast-125"
/> />
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 245 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 950 KiB