Skip to content

Commit

Permalink
Merge pull request #6989 from topcoder-platform/CORE-566_rename-activ…
Browse files Browse the repository at this point in the history
…ity-feed

CORE-566 - Rename activity feed to Opportunities
  • Loading branch information
jmgasper authored Jun 11, 2024
2 parents 325f6df + e30ac1f commit eb8bd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/utils/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export const getSubPageConfiguration = (location, loginUserHandle) => {
}

if (url.includes('/challenges')) {
toolName = 'Activity Feed';
toolName = 'Opportunities';
toolRoot = '/challenges';
loginRedirect = '/challenges';
type = 'tool';
Expand Down

0 comments on commit eb8bd4e

Please sign in to comment.