Skip to content

Commit

Permalink
update checkout form name label and placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
everywherejacobkim committed Oct 17, 2023
1 parent 0ea8316 commit f80fc18
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 @@ -132,7 +132,7 @@
type="text"
name="name"
bind:value={formData.name}
placeholder="Gildong Hong/홍길동"
placeholder="홍길동/Gilbert 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 f80fc18

Please sign in to comment.