Browse Source

Merges pull request #16

Issue#208
master
silberengel 11 months ago
parent
commit
00232a9069
No known key found for this signature in database
GPG Key ID: 962BEC8725790894
  1. 8
      src/routes/publication/+error.svelte

8
src/routes/publication/+error.svelte

@ -20,12 +20,12 @@ @@ -20,12 +20,12 @@
{page.error?.message}
</P>
<div class='flex space-x-2'>
<Button class='btn-leather w-fit' size='sm' onclick={() => invalidateAll()}>
<Button class='btn-leather !w-fit' size='sm' onclick={() => invalidateAll()}>
Try Again
</Button>
<Button class='btn-leather w-fit' size='sm' outline onclick={() => goto('/')}>
Return to Home
<Button class='btn-leather !w-fit' size='sm' outline onclick={() => goto('/')}>
Return home
</Button>
</div>
</Alert>
</main>
</main>

Loading…
Cancel
Save