Skip to content

Commit 002b7eb

Browse files
committed
fix: user handle url
1 parent 6f77e6c commit 002b7eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/apps/review/src/lib/components/Scorecard/ScorecardViewer/ScorecardViewer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ const ScorecardViewerContent: FC<ScorecardViewerProps> = props => {
217217
</i>
218218
{errorMessage}
219219
{' '}
220-
Check bellow.
220+
Check below.
221221
</div>
222222
)}
223223

src/config/environments/default.env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const REVIEW_OPPORTUNITIES_URL_DEFAULT = getReactEnv<string>(
169169
export const REVIEW = {
170170
CHALLENGE_PAGE_URL: 'https://www.topcoder-dev.com/challenges',
171171
OPPORTUNITIES_URL: REVIEW_OPPORTUNITIES_URL_DEFAULT,
172-
PROFILE_PAGE_URL: 'https://profiles.topcoder-dev.com/profiles',
172+
PROFILE_PAGE_URL: 'https://profiles.topcoder-dev.com',
173173
}
174174

175175
const FILESTACK_SECURITY_POLICY = getReactEnv<string | undefined>(

0 commit comments

Comments
 (0)