Fix Styles
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user