Browse Source

Revert "Changed class to match the others."

This reverts commit a04040861e

Accidentally checked into the wrong branch, sorry.
master
Silberengel 1 year ago committed by silberengel
parent
commit
ed214b9a12
No known key found for this signature in database
GPG Key ID: 962BEC8725790894
  1. 4
      src/routes/publication/+error.svelte

4
src/routes/publication/+error.svelte

@ -20,10 +20,10 @@ @@ -20,10 +20,10 @@
{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('/')}>
<Button class='btn-leather w-fit' size='sm' outline onclick={() => goto('/')}>
Return to Home
</Button>
</div>

Loading…
Cancel
Save