Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/assets/tools/gigs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/assets/tools/sprite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/lib/config/hosts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ export const TALENT_SEARCH_HOST: string = `https://talent-search.${TC_DOMAIN}`;
export const ACCOUNT_SETTINGS_HOST: string = `https://account-settings.${TC_DOMAIN}`;
export const WALLETAPP_HOST: string = `https://wallet.${TC_DOMAIN}`;
export const COPILOT_PORTAL_HOST: string = `https://copilots.${TC_DOMAIN}`;
export const ENGAGEMENT_PORTAL_HOST: string = `https://engagements.${TC_DOMAIN}`;
7 changes: 7 additions & 0 deletions src/lib/config/nav-menu/all-nav-items.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
WALLETAPP_HOST,
WORK_MANAGER_HOST,
AUTH0_AUTHENTICATOR_URL,
ENGAGEMENT_PORTAL_HOST,
} from '..';

export const allNavItems: {[key: string]: NavMenuItem} = {
Expand Down Expand Up @@ -111,6 +112,12 @@ export const allNavItems: {[key: string]: NavMenuItem} = {
icon: 'challenges',
description: 'Compete and earn money',
},
engagementsApp: {
label: 'Engagement Portal',
url: ENGAGEMENT_PORTAL_HOST,
icon: 'gigs',
description: 'Work directly with clients',
},
discordApp: {
label: 'Discord',
url: 'https://discord.com/invite/topcoder',
Expand Down
1 change: 1 addition & 0 deletions src/lib/config/nav-menu/tool-selector-nav-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const toolSelectorNavItems: NavMenuItem = {
groupOrder: 2,
children: [
allNavItems.challengesApp,
allNavItems.engagementsApp,
allNavItems.review,
allNavItems.payments,
allNavItems.copilotPortal,
Expand Down
1 change: 1 addition & 0 deletions types/src/lib/config/hosts.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ export declare const TALENT_SEARCH_HOST: string;
export declare const ACCOUNT_SETTINGS_HOST: string;
export declare const WALLETAPP_HOST: string;
export declare const COPILOT_PORTAL_HOST: string;
export declare const ENGAGEMENT_PORTAL_HOST: string;
Loading