Skip to content

Commit

Permalink
chore(dashboard): Remove branding from sidebar (#6736)
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros authored Oct 21, 2024
1 parent e8fd24e commit db44251
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
RiBarChartBoxLine,
RiGroup2Line,
RiKey2Line,
RiPaintBrushLine,
RiRouteFill,
RiSettings4Line,
RiStore3Line,
Expand Down Expand Up @@ -128,10 +127,6 @@ export const SideNavigation = () => {
</NavigationLink>
</NavigationGroup>
<NavigationGroup label="Application">
<NavigationLink to={LEGACY_ROUTES.BRANDING} isExternal>
<RiPaintBrushLine className="size-4" />
<span>Branding</span>
</NavigationLink>
<NavigationLink to={LEGACY_ROUTES.SETTINGS} isExternal>
<RiSettings4Line className="size-4" />
<span>Settings</span>
Expand Down
1 change: 0 additions & 1 deletion apps/dashboard/src/utils/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export const LEGACY_ROUTES = {
ACTIVITY_FEED: '/legacy/activities',
INTEGRATIONS: '/legacy/integrations',
API_KEYS: '/legacy/api-keys',
BRANDING: '/legacy/manage-account/branding',
BILLING: '/legacy/manage-account/billing',
INVITE_TEAM_MEMBERS: '/legacy/manage-account/team-members',
SETTINGS: '/legacy/manage-account/user-profile',
Expand Down

0 comments on commit db44251

Please sign in to comment.