mirror of
https://github.com/SkyfallWasTaken/skyfalldev.git
synced 2024-11-10 04:09:38 +00:00
Fix TS error
This commit is contained in:
parent
f2a36aa12c
commit
dcead4d9bc
2 changed files with 1 additions and 1 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
@ -52,7 +52,7 @@ if (heroImage) {
|
|||
<!-- Image -->
|
||||
<div class="w-[1/4] flex justify-center">
|
||||
{
|
||||
heroImage && (
|
||||
heroImagePromise && (
|
||||
<Image src={heroImagePromise()} loading="eager" alt="" />
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue