File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/review/src/lib/components/Scorecard/ScorecardViewer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ const REVIEW_OPPORTUNITIES_URL_DEFAULT = getReactEnv<string>(
169169export 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
175175const FILESTACK_SECURITY_POLICY = getReactEnv < string | undefined > (
You can’t perform that action at this time.
0 commit comments