Skip to content

Commit cfa001f

Browse files
authored
Merge pull request #371 from topcoder-platform/dev
PROD RELEASE - Add blog to navi
2 parents feb6b47 + 4b2fcc5 commit cfa001f

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

src/lib/config/nav-menu/all-nav-items.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ export const allNavItems: {[key: string]: NavMenuItem} = {
9595
description: 'Get insights and tips about Topcoder',
9696
url: `${COMMUNITY_HOST}/thrive`,
9797
},
98+
blog: {
99+
label: 'Blog',
100+
url: getMarketingUrl('/blog/all-posts'),
101+
},
98102
bookADemo: {
99103
label: 'Book a Demo',
100104
description: 'See a demo of how Topcoder can best provide for your business.',

src/lib/config/nav-menu/footer-nav-items.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export const footerNavItems: NavMenuItem = {
3232
allNavItems.opportunities,
3333
allNavItems.mmTournament,
3434
allNavItems.aiHub,
35+
allNavItems.blog,
3536
allNavItems.articles,
3637
allNavItems.statistics,
3738
]

src/lib/config/nav-menu/main-navigation.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const mainNavigationItems: NavMenuItem[] = [
2626
{
2727
...allNavItems.resources,
2828
children: [
29-
// allNavItems.blog,
29+
allNavItems.blog,
3030
allNavItems.articles,
3131
],
3232
},

0 commit comments

Comments
 (0)