Skip to content

Commit

Permalink
feat(news): changed news to newsletter namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-rlo committed Nov 5, 2024
1 parent 2efbd54 commit d9ec856
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/sidebar-navigation/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export const Sidebar = () => {
</Tooltip>

<Tooltip content="News" side="right" disabled={tooltipsDisabled}>
<S.NavigationItem $active={isNavigationItemActive('/news')} $type="featured" href="/news">
<S.NavigationItem $active={isNavigationItemActive('/newsletter')} $type="featured" href="/newsletter">
<i className="ph-newspaper ph-bold" />
<span>News</span>
</S.NavigationItem>
Expand Down
2 changes: 1 addition & 1 deletion src/components/sidebar-navigation/sections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const marketingDrawerSections: NavigationSection[] = [
},
{
title: 'News',
url: '/news',
url: '/newsletter',
icon: 'ph-newspaper ph-bold',
},
{
Expand Down
File renamed without changes.

0 comments on commit d9ec856

Please sign in to comment.