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. 6
      src/routes/publication/+error.svelte

6
src/routes/publication/+error.svelte

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

Loading…
Cancel
Save