Skip to content

Commit

Permalink
Merge pull request #32 from Vancouver-KDD/jacob
Browse files Browse the repository at this point in the history
update checkout form
  • Loading branch information
everywherejacobkim authored Oct 17, 2023
2 parents 6368c37 + 0ea8316 commit 95f2a9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/Drawer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<AppContent class="w-full flex-auto overflow-auto">
<main class="h-full">
<List class="flex-start flex-col gap-1 border h-full horizontal-overflow-auto p-2">
<List class="flex-start flex-col gap-1 border h-full horizontal-overflow-auto p-2 pb-10">
{#if ticketValue && ticketValue.size > 0}
<AdminTable />
{:else}
Expand Down
4 changes: 3 additions & 1 deletion src/routes/checkout/[eventId]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,14 @@

<div class="mb-4">
<label for="name" class="block text-sm font-medium text-gray-700">
Full Name: <span class="required">*</span>
Full Name <span class="text-xs">(한글/영어)</span>:
<span class="required">*</span>
</label>
<input
type="text"
name="name"
bind:value={formData.name}
placeholder="Gildong Hong/홍길동"
required
class="w-full px-3 py-2 border border-gray-300 rounded-md text-sm focus:outline-none focus:border-royalBlue-500" />
</div>
Expand Down

0 comments on commit 95f2a9d

Please sign in to comment.