Skip to content

Commit

Permalink
Merge pull request #7019 from topcoder-platform/develop
Browse files Browse the repository at this point in the history
Hotfix - PS-350
  • Loading branch information
kkartunov authored Dec 4, 2024
2 parents f4be3d2 + 586476c commit 513791e
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 @@ -315,7 +315,7 @@ export const getSubPageConfiguration = (location, loginUserHandle) => {
toolName = 'Home';
toolRoot = '/home';
loginRedirect = '/home';
type = 'marketing';
type = 'tool';
fullFooter = true;
}
return {
Expand Down

0 comments on commit 513791e

Please sign in to comment.