mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-09 02:28:18 +00:00
style: rebuild the new booking portal based on the US
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -17,7 +17,6 @@ import {
|
|||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
|
|
||||||
import Breadcrumbs from "@/components/Breadcrumbs";
|
import Breadcrumbs from "@/components/Breadcrumbs";
|
||||||
import NewBookingPage from "@/pages/bookings/NewBookingPage";
|
|
||||||
import {
|
import {
|
||||||
getCurrentCustomer,
|
getCurrentCustomer,
|
||||||
getMyBookings,
|
getMyBookings,
|
||||||
@@ -81,15 +80,13 @@ export default function MyPortalPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex flex-wrap items-center gap-2">
|
<div className="flex flex-wrap items-center gap-2">
|
||||||
<NewBookingPage>
|
<Link
|
||||||
<button
|
to="/bookings/new"
|
||||||
type="button"
|
className="inline-flex items-center gap-2 rounded-2xl bg-white px-4 py-2 text-sm font-semibold text-[#10B981] transition hover:bg-slate-100"
|
||||||
className="inline-flex items-center gap-2 rounded-2xl bg-white px-4 py-2 text-sm font-semibold text-[#10B981] transition hover:bg-slate-100"
|
>
|
||||||
>
|
<Plus className="h-4 w-4" />
|
||||||
<Plus className="h-4 w-4" />
|
New Booking
|
||||||
New Booking
|
</Link>
|
||||||
</button>
|
|
||||||
</NewBookingPage>
|
|
||||||
<Link
|
<Link
|
||||||
to="/tracking"
|
to="/tracking"
|
||||||
className="inline-flex items-center gap-2 rounded-2xl border border-white/40 px-4 py-2 text-sm font-medium text-white transition hover:bg-white/10"
|
className="inline-flex items-center gap-2 rounded-2xl border border-white/40 px-4 py-2 text-sm font-medium text-white transition hover:bg-white/10"
|
||||||
|
|||||||
Reference in New Issue
Block a user