diff --git a/frontend/app/notifications/page.tsx b/frontend/app/notifications/page.tsx index 259b5ba..4671fa9 100644 --- a/frontend/app/notifications/page.tsx +++ b/frontend/app/notifications/page.tsx @@ -126,21 +126,21 @@ function ModeFilterSection({ onChange({ ...filters, new_document: e.target.checked })} className="mt-0.5 rounded" /> -
New bill textThe full text of the bill is published
+
New bill textThe full text of the bill is published
{(["vote", "presidential", "committee_report", "calendar", "procedural"] as const).map((k) => { @@ -150,7 +150,7 @@ function ModeFilterSection({ onChange({ ...filters, [k]: e.target.checked })} className="mt-0.5 rounded" /> -
{row.label}{row.hint}
+
{row.label}{row.hint}
); })} @@ -484,7 +484,7 @@ export default function NotificationsPage() {
{/* Channel tab bar */} -
+
{([ { key: "ntfy", label: "ntfy", icon: Bell, active: settings?.ntfy_enabled }, { key: "email", label: "Email", icon: Mail, active: settings?.email_enabled }, @@ -494,7 +494,7 @@ export default function NotificationsPage() {
{/* Tab bar */} -
+
{MODES.map((mode) => (