Bubble [main]

Dashboard: Cleanup

90fc39a8085613707ad1d44de53c4806a4c70ac1
diff --git a/user.py b/user.py
index b0c6843..97d588b 100644
--- a/user.py
+++ b/user.py
@@ -122,8 +122,8 @@ def make_dashboard_page(session):
         for notif in notifs:
             link, label = notif.entry()
             page += f'=> {link} {label}\n'
-        page += '=> /notif/clear 🧹 Clear all\n'
-    page += '\n=> /notif/feed Notifications feed\nSubscribe to this Gemini feed to view your notifications in a feed reader.\n'
+        page += '\n=> /notif/clear 🧹 Clear all\n'
+    page += '=> /notif/feed Notifications feed\nSubscribe to this Gemini feed to view your notifications in a feed reader.\n'
 
     # Visiting the Dashboard will prevent emails from being sent for these notifications.
     db.mark_notifications_sent(session.user)