|
|
|
@ -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> |
|
|
|
|