diff --git a/components/MaintenanceAlert.tsx b/components/MaintenanceAlert.tsx index 14c7b5d..5e8d3d7 100644 --- a/components/MaintenanceAlert.tsx +++ b/components/MaintenanceAlert.tsx @@ -29,9 +29,9 @@ export default function MaintenanceAlert({ title={ ( - {maintenance.title} + {maintenance.title || 'Scheduled Maintenance'} - ) || 'Scheduled Maintenance' + ) } color={maintenance.color || 'yellow'} withCloseButton={false}