Skip to content

Commit

Permalink
add link to main nav
Browse files Browse the repository at this point in the history
  • Loading branch information
dblatcher committed Feb 10, 2025
1 parent 4c3edba commit 3d8ee96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/newsletters-ui/src/app/components/MainNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const navLinks: NavLink[] = [
{ path: '/launched', label: 'Launched' },
{ path: '/drafts', label: 'Drafts' },
{ path: '/templates', label: 'Email Templates' },
{ path: '/layouts', label: 'Layouts' },
];

const menuItemIsSelected = (path: string): boolean => {
Expand Down

0 comments on commit 3d8ee96

Please sign in to comment.