Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions frontend/src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
LayoutDashboard,
FileText,
TrendingUp,
Mail,
// Mail, // used by the disabled Newsletter nav item
Image,
Users,
Layers,
Expand Down Expand Up @@ -52,7 +52,9 @@ const navGroups: NavGroup[] = [
{ icon: TrendingUp, label: "Developing Stories", path: "/developing-stories" },
{ icon: BarChart3, label: "Poll", path: "/poll" },
{ icon: Image, label: "Media", path: "/media" },
{ icon: Mail, label: "Newsletter", path: "/newsletter" },
// Newsletter is temporarily disabled; re-enable this entry (and the Mail
// import above) to bring it back.
// { icon: Mail, label: "Newsletter", path: "/newsletter" },
],
},
{
Expand Down
Loading