Update comic preview image to use manga.png
This commit is contained in:
@@ -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"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 245 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 950 KiB |
Reference in New Issue
Block a user