Browse Source

Minor fix - error page buttons

master
Nuša Pukšič 12 months ago
parent
commit
3a12a6762e
  1. 4
      src/routes/publication/+error.svelte

4
src/routes/publication/+error.svelte

@ -20,10 +20,10 @@
{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 to Home
</Button> </Button>
</div> </div>

Loading…
Cancel
Save