fix: add missing newlines at the end of JSON files; clean up formatting in page components
This commit is contained in:
@@ -99,7 +99,12 @@ export default async function BookingDetailPage({ params }: PageProps) {
|
||||
{/* Header */}
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-center gap-4">
|
||||
<Button variant="ghost" size="icon" asChild aria-label={t('detail.backToBookings')}>
|
||||
<Button
|
||||
variant="ghost"
|
||||
size="icon"
|
||||
asChild
|
||||
aria-label={t('detail.backToBookings')}
|
||||
>
|
||||
<Link href={`/home/${account}/bookings`}>
|
||||
<ArrowLeft className="h-4 w-4" aria-hidden="true" />
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user