+
Notify me about bills from member follows
{src.description}
@@ -807,7 +807,7 @@ export default function NotificationsPage() {
setDiscoveryFilters((prev) => ({ ...prev, [src.key]: { ...prev[src.key], enabled: e.target.checked } }))}
className="rounded" />
-
+
Notify me about bills from topic follows
{src.description}
@@ -1062,7 +1062,7 @@ export default function NotificationsPage() {
{timeAgo(event.created_at)}
{billTitle && (
-
{billTitle}
+
{billTitle}
)}
{(() => {
const src = p.source as string | undefined;
diff --git a/frontend/components/shared/AuthGuard.tsx b/frontend/components/shared/AuthGuard.tsx
index b755247..dcff9c7 100644
--- a/frontend/components/shared/AuthGuard.tsx
+++ b/frontend/components/shared/AuthGuard.tsx
@@ -42,7 +42,7 @@ export function AuthGuard({ children }: { children: React.ReactNode }) {
// Authenticated or guest browsing: render the full app shell
return (
-
+
{/* Desktop sidebar — hidden on mobile */}
@@ -59,7 +59,7 @@ export function AuthGuard({ children }: { children: React.ReactNode }) {
)}
{/* Content column */}
-