Fix TS error

This commit is contained in:
SkyfallWasTaken 2024-07-14 12:42:51 +01:00
parent f2a36aa12c
commit dcead4d9bc
2 changed files with 1 additions and 1 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -52,7 +52,7 @@ if (heroImage) {
<!-- Image -->
<div class="w-[1/4] flex justify-center">
{
heroImage && (
heroImagePromise && (
<Image src={heroImagePromise()} loading="eager" alt="" />
)
}