This commit is contained in:
@@ -50,7 +50,7 @@ if (!client) return Astro.redirect('/dashboard/clients');
|
||||
<div class="card-body">
|
||||
<div class="form-control">
|
||||
<label class="label" for="name">
|
||||
<span class="label-text">Client Name</span>
|
||||
Client Name
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
@@ -65,7 +65,7 @@ if (!client) return Astro.redirect('/dashboard/clients');
|
||||
|
||||
<div class="form-control">
|
||||
<label class="label" for="email">
|
||||
<span class="label-text">Email (optional)</span>
|
||||
Email (optional)
|
||||
</label>
|
||||
<input
|
||||
type="email"
|
||||
@@ -79,7 +79,7 @@ if (!client) return Astro.redirect('/dashboard/clients');
|
||||
|
||||
<div class="form-control">
|
||||
<label class="label" for="phone">
|
||||
<span class="label-text">Phone (optional)</span>
|
||||
Phone (optional)
|
||||
</label>
|
||||
<input
|
||||
type="tel"
|
||||
@@ -95,7 +95,7 @@ if (!client) return Astro.redirect('/dashboard/clients');
|
||||
|
||||
<div class="form-control">
|
||||
<label class="label" for="street">
|
||||
<span class="label-text">Street Address (optional)</span>
|
||||
Street Address (optional)
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
@@ -110,7 +110,7 @@ if (!client) return Astro.redirect('/dashboard/clients');
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||||
<div class="form-control">
|
||||
<label class="label" for="city">
|
||||
<span class="label-text">City (optional)</span>
|
||||
City (optional)
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
@@ -124,7 +124,7 @@ if (!client) return Astro.redirect('/dashboard/clients');
|
||||
|
||||
<div class="form-control">
|
||||
<label class="label" for="state">
|
||||
<span class="label-text">State / Province (optional)</span>
|
||||
State / Province (optional)
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
@@ -140,7 +140,7 @@ if (!client) return Astro.redirect('/dashboard/clients');
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||||
<div class="form-control">
|
||||
<label class="label" for="zip">
|
||||
<span class="label-text">Zip / Postal Code (optional)</span>
|
||||
Zip / Postal Code (optional)
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
@@ -154,7 +154,7 @@ if (!client) return Astro.redirect('/dashboard/clients');
|
||||
|
||||
<div class="form-control">
|
||||
<label class="label" for="country">
|
||||
<span class="label-text">Country (optional)</span>
|
||||
Country (optional)
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user