merged with Axel frontend updates

This commit is contained in:
belviskhoremk
2026-04-16 21:30:51 +00:00
parent 56ce9717aa
commit 2e9eb3a76a
15 changed files with 2303 additions and 1191 deletions

View File

@@ -191,7 +191,7 @@ export const AppointmentsPage: React.FC = () => {
const bookingEnabledChatbots = chatbots.filter(c => c.booking_enabled)
return (
<div className="p-4 sm:p-6 max-w-5xl mx-auto space-y-6">
<div className="p-4 sm:p-6 max-w-8xl mx-auto space-y-6 text-start">
{/* Header */}
<div className="flex flex-col sm:flex-row sm:items-center justify-between gap-4">