Bubble [main]
Dashboard: Cleanup
[1mdiff --git a/user.py b/user.py[m
[1mindex b0c6843..97d588b 100644[m
[1m--- a/user.py[m
[1m+++ b/user.py[m
[36m@@ -122,8 +122,8 @@[m [mdef make_dashboard_page(session):[m
for notif in notifs:[m
link, label = notif.entry()[m
page += f'=> {link} {label}\n'[m
[31m- page += '=> /notif/clear 🧹 Clear all\n'[m
[31m- page += '\n=> /notif/feed Notifications feed\nSubscribe to this Gemini feed to view your notifications in a feed reader.\n'[m
[32m+[m[32m page += '\n=> /notif/clear 🧹 Clear all\n'[m
[32m+[m[32m page += '=> /notif/feed Notifications feed\nSubscribe to this Gemini feed to view your notifications in a feed reader.\n'[m
[m
# Visiting the Dashboard will prevent emails from being sent for these notifications.[m
db.mark_notifications_sent(session.user)[m