-
Notifications
You must be signed in to change notification settings - Fork 0
Test buddy #378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test buddy #378
Changes from 8 commits
86702c6
1a9ee98
a6ceb03
69b1af9
4ca4fc6
1df726d
0cf250b
76c50dc
0993288
6b061b1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,7 +32,7 @@ export const allNavItems: {[key: string]: NavMenuItem} = { | |
| label: 'Solutions', | ||
| }, | ||
| resources: { | ||
| label: 'Resources', | ||
| label: 'Rezources', | ||
|
||
| }, | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [❗❗ |
||
| opportunities: { | ||
| label: 'Opportunities', | ||
|
|
@@ -82,13 +82,6 @@ export const allNavItems: {[key: string]: NavMenuItem} = { | |
| url: 'https://help.topcoder.com/hc/en-us/requests/new', | ||
| }, | ||
|
|
||
| ai360Platform: { | ||
| label: 'Wipro’s Lab45 AI Platform', | ||
| url: `${PLATFORM_APP_HOST}/talent-routes/ai-chat`, | ||
| description: 'FREE access', | ||
| icon: 'ai-chat', | ||
| }, | ||
|
|
||
| articles: { | ||
| label: 'Articles', | ||
| icon: 'articles', | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[❗❗
correctness]The key
soblutionsappears to be a typo. It should likely besolutions. This could lead to confusion or errors when accessing this navigation item.