Fix Styles

This commit is contained in:
2024-12-08 17:10:01 +01:00
parent 5f90025493
commit 2383cd6472
4 changed files with 36 additions and 64 deletions

View File

@@ -37,13 +37,9 @@
<p>{t("status.loading")}</p>
{:then user}
<UserInfo {user} />
<hr>
<div class="flex flex-col justify-center">
<SWButton on:click={() => uploadOpen = true}>
{t("dashboard.schematic.upload")}
</SWButton>
</div>
<SWButton onclick={() => uploadOpen = true}>
{t("dashboard.schematic.upload")}
</SWButton>
{:catch error}
<p>error: {error.message}</p>
{/await}