Skip to content
Closed
Show file tree
Hide file tree
Changes from 8 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
4 changes: 2 additions & 2 deletions .github/workflows/code_reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
uses: actions/checkout@v3

- name: TC AI PR Reviewer
uses: topcoder-platform/tc-ai-pr-reviewer@master
uses: topcoder-platform/tc-ai-pr-reviewer@prompt-v2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # The GITHUB_TOKEN is there by default so you just need to keep it like it is and not necessarily need to add it as secret as it will throw an error. [More Details](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret)
LAB45_API_KEY: ${{ secrets.LAB45_API_KEY }}
exclude: '**/*.json, **/*.md, **/*.jpg, **/*.png, **/*.jpeg, **/*.bmp, **/*.webp' # Optional: exclude patterns separated by commas
exclude: '**/*.json, **/*.md, **/*.jpg, **/*.png, **/*.jpeg, **/*.bmp, **/*.webp' # Optional: exclude patterns separated by commas
9 changes: 1 addition & 8 deletions src/lib/config/nav-menu/all-nav-items.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const allNavItems: {[key: string]: NavMenuItem} = {
label: 'Solutions',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[❗❗ correctness]
The key soblutions appears to be a typo. It should likely be solutions. This could lead to confusion or errors when accessing this navigation item.

},
resources: {
label: 'Resources',
label: 'Rezources',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[💡 readability]
Similar to the previous change, the label 'Rezources' instead of 'Resources' might be confusing or perceived as a typo. Verify that this change is intentional and consistent with branding or user experience goals.

},

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[❗❗ correctness]
The label for the resources nav item has been changed to 'Rezources'. Verify if this change is intentional, as it may be a typographical error. If it is intentional, ensure that all references to this label are updated accordingly.

opportunities: {
label: 'Opportunities',
Expand Down Expand Up @@ -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',
Expand Down