Change preview image to actual working version of suyu

This commit is contained in:
Realmy 2024-03-11 20:34:05 +01:00
parent 0c34d547a0
commit cad15cf933
2 changed files with 3 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View file

@ -2,7 +2,9 @@
import { XCircleOutline } from "flowbite-svelte-icons";
import { Dialog } from "radix-svelte";
import type { ResolvedProps } from "radix-svelte/internal/helpers";
import embedImage from '$assets/branding/suyu__Embed-Image.png';
import suyuWindow from '$assets/mockups/suyuwindow.png';
let rootOpen: boolean;
let rootModal: boolean = true;
@ -164,7 +166,7 @@
alt=""
decoding="async"
loading="lazy"
src="/img/bettercrophero.png"
src={suyuWindow}
/>
</div>
</div>