diff --git a/frontend/app/notifications/page.tsx b/frontend/app/notifications/page.tsx index 78ed027..7876755 100644 --- a/frontend/app/notifications/page.tsx +++ b/frontend/app/notifications/page.tsx @@ -590,12 +590,13 @@ export default function NotificationsPage() {

Bills matching topics you follow that have had recent activity. - These are delivered as notifications — follow a bill directly to change its alert mode. + Milestone events (passed, signed, new text) are pushed; routine referrals are not. + Follow a bill directly to get all updates.

{topicEvents.map((event: NotificationEvent) => ( - + ))}