mirror of
http://88.130.71.182:3000/BlitTech/badoHair_fe.git
synced 2026-06-13 10:41:11 +00:00
Update May 24 by Elvis
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user