Skip to content

Commit

Permalink
Merge pull request #35 from Vancouver-KDD/jacob
Browse files Browse the repository at this point in the history
update checkout button allign
  • Loading branch information
everywherejacobkim authored Oct 17, 2023
2 parents 398a2fa + a119a3b commit 94ac860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/checkout/[eventId]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
class="w-full px-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:border-royalBlue-500 text-sm" />
</div>

<div class="text-right">
<div class="flex justify-end">
<Button type="submit" disabled={isLoading} loading={isLoading}>
{#if $isFreeStore || isFree}Reserve{:else}Continue to Payment{/if}
</Button>
Expand Down

0 comments on commit 94ac860

Please sign in to comment.