Update build process

This commit is contained in:
2023-06-25 10:17:12 +02:00
parent 9392ff6ada
commit ebd1fe00db
13 changed files with 279 additions and 94 deletions

View File

@ -340,7 +340,7 @@ input::placeholder{
<div class=card href="" >
<input class=icon placeholder=😀 bind:value={card_data.icon}/>
<input class=icon placeholder=🥫 bind:value={card_data.icon}/>
{#if image_preview_url}
<img src={image_preview_url} class=img_preview width=300px height=300px />
{/if}