mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
rename api end url to bookings
This commit is contained in:
@@ -38,7 +38,7 @@ export default function AdminRecentBookings({ bookings }) {
|
||||
>
|
||||
<div className="px-4 py-5 sm:px-6">
|
||||
<h3 className="text-lg leading-6 font-medium text-gray-900">
|
||||
<Link href={`/admin/booking/${booking.uuid}`}>
|
||||
<Link href={`/admin/bookings/${booking.uuid}`}>
|
||||
<a className="link">Booking {booking.uuid}</a>
|
||||
</Link>
|
||||
</h3>
|
||||
|
||||
Reference in New Issue
Block a user