diff options
Diffstat (limited to 'src/frontend/app/components/ServiceAlerts.tsx')
| -rw-r--r-- | src/frontend/app/components/ServiceAlerts.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/app/components/ServiceAlerts.tsx b/src/frontend/app/components/ServiceAlerts.tsx index eba8a92..a6a1ee8 100644 --- a/src/frontend/app/components/ServiceAlerts.tsx +++ b/src/frontend/app/components/ServiceAlerts.tsx @@ -6,7 +6,7 @@ const ServiceAlerts: React.FC = () => { const { t } = useTranslation(); return ( - <div className="service-alerts-container"> + <div className="service-alerts-container stoplist-section"> <h2 className="page-subtitle">{t("stoplist.service_alerts")}</h2> <div className="service-alert info"> <div className="alert-icon">ℹ️</div> |
