Update May 24 by Elvis

This commit is contained in:
belviskhoremk
2026-05-24 18:50:28 +00:00
parent 342ba2c867
commit 209ac114b0
7 changed files with 94 additions and 36 deletions

View File

@@ -236,7 +236,9 @@ export default function Booking() {
{!user && (
<>
<div>
<Label htmlFor="name">{t("auth.name")}</Label>
<Label htmlFor="name">
{t("auth.name")} <span className="text-destructive">*</span>
</Label>
<Input
id="name"
value={name}
@@ -246,7 +248,9 @@ export default function Booking() {
/>
</div>
<div>
<Label htmlFor="email">{t("auth.email")}</Label>
<Label htmlFor="email">
{t("auth.email")} <span className="text-destructive">*</span>
</Label>
<Input
id="email"
type="email"