File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff 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.' ,
Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments