bugfix - switch image

This commit is contained in:
James Wyndham 2024-06-05 11:24:18 +08:00
parent 14f3eabd9b
commit 55fbc340d6
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const Background = ({
className={"h-full relative w-full bg-center bg-no-repeat bg-cover bg-fixed flex flex-col " + className}
>
<Image
src={theme == "dark" ? "/images/gradient.webp": "/images/gradient.webp"}
src={theme == "dark" ? "/images/dark-gradient.webp": "/images/gradient.webp"}
alt="background"
layout="fill"
objectFit="cover"