Skip to content

Commit

Permalink
Comment out the free tier section (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
everywherejacobkim authored Nov 26, 2023
1 parent c465664 commit 81b2a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/checkout/[eventId]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
</div>
{/if}

{#if !isFree}
<!-- {#if !isFree}
<div class="mb-4">
<label for="work" class="flex items-center gap-2">
<p class="text-sm font-medium text-gray-700">무료 Tier 조건에 해당하시나요?</p>
Expand Down Expand Up @@ -339,7 +339,7 @@
</span>
</div>
</div>
{/if}
{/if} -->

<div class="mb-4">
<label for="message" class="block text-sm font-medium text-gray-700"
Expand Down

0 comments on commit 81b2a49

Please sign in to comment.