diff --git a/src/components/MobileTopBar.tsx b/src/components/MobileTopBar.tsx index 90d8cccd..f23e1666 100644 --- a/src/components/MobileTopBar.tsx +++ b/src/components/MobileTopBar.tsx @@ -27,7 +27,7 @@ export function MobileTopBar({ onAvatarClick }: MobileTopBarProps) { {/* Center: Mew logo */}
- +
{/* Right: spacer for symmetry */} diff --git a/src/pages/NotificationsPage.tsx b/src/pages/NotificationsPage.tsx index e48aabaf..459f0e9d 100644 --- a/src/pages/NotificationsPage.tsx +++ b/src/pages/NotificationsPage.tsx @@ -1,6 +1,6 @@ import { useState, useMemo, useCallback } from 'react'; import { useSeoMeta } from '@unhead/react'; -import { ArrowLeft, Bell, Heart, Repeat2, Zap, AtSign, MessageCircle, MoreHorizontal } from 'lucide-react'; +import { Bell, Heart, Repeat2, Zap, AtSign, MessageCircle, MoreHorizontal } from 'lucide-react'; import { Link, useNavigate } from 'react-router-dom'; import { useNostr } from '@nostrify/react'; import { useQuery } from '@tanstack/react-query'; @@ -66,11 +66,8 @@ export function NotificationsPage() { return (
- {/* Header */} -
- - - + {/* Header — desktop only */} +

Notifications

@@ -78,7 +75,7 @@ export function NotificationsPage() {
{/* Tab bar */} -
+
{tabs.map(({ key, label }) => (