diff --git a/src/lib/components/TcLogo.module.scss b/src/lib/components/TcLogo.module.scss index d359b35a..e459fcf9 100644 --- a/src/lib/components/TcLogo.module.scss +++ b/src/lib/components/TcLogo.module.scss @@ -10,7 +10,7 @@ height: 64px; } - .min { + &.min { margin-right: 48px; img { height: 26px; diff --git a/src/lib/config/nav-menu/all-nav-items.config.ts b/src/lib/config/nav-menu/all-nav-items.config.ts index ffc2ba1b..43b76734 100644 --- a/src/lib/config/nav-menu/all-nav-items.config.ts +++ b/src/lib/config/nav-menu/all-nav-items.config.ts @@ -58,8 +58,7 @@ export const allNavItems: {[key: string]: NavMenuItem} = { }, statistics: { label: 'Statistics', - marketingPathname: '/community/statistics', - url: getMarketingUrl('/community/statistics'), + url: `${COMMUNITY_HOST}/community/statistics`, }, demo: { label: 'Demo', @@ -87,8 +86,7 @@ export const allNavItems: {[key: string]: NavMenuItem} = { label: 'Articles', icon: 'articles', description: 'Get insights and tips about Topcoder', - marketingPathname: '/thrive', - url: getMarketingUrl('/thrive'), + url: `${COMMUNITY_HOST}/thrive`, }, bookADemo: { label: 'Book a Demo', @@ -190,13 +188,13 @@ export const allNavItems: {[key: string]: NavMenuItem} = { }, tcSolutions: { label: 'Topcoder Solutions', - marketingPathname: '/topcoder-solutions', - url: getMarketingUrl('/topcoder-solutions'), + marketingPathname: '/customer-stories/topcoder-offering', + url: getMarketingUrl('/customer-stories/topcoder-offering'), }, projectLifecycle: { label: 'Project Lifecycle', - marketingPathname: '/project-lifecycle', - url: getMarketingUrl('/project-lifecycle'), + marketingPathname: '/customer-stories/project-lifecycle', + url: getMarketingUrl('/customer-stories/project-lifecycle'), }, customerStories: { label: 'Customer Stories',