Skip to content

Commit 0afe340

Browse files
Merge pull request #2 from topcoder-platform/hot-fixes
Hot fixes latest
2 parents 16280fd + 57b156b commit 0afe340

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/shared/components/ProfilePage/BadgesModal/badges.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@
515515
.TCO-Finalist { background-position: 0 -480px; }
516516
.TCO-Champion { background-position: 0 -528px; }
517517
.Member-of-the-Month { background-position: -48px -240px; }
518+
.Studio-Member-of-the-Month { background-position: -48px -240px; }
518519
.TopCoder-Event-Trip-Winner { background-position: -96px -240px; }
519520
.TCCC-On-Site-Competitor { background-position: -144px -240px; }
520521
.TCCC-Finalist { background-position: -192px -240px; }

src/shared/components/Settings/Account/MyAccount/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ export default class MyAccount extends React.Component {
124124
newState.currentEmail = newState.newEmail;
125125

126126
profile.email = newState.newEmail;
127-
profile.successUrl = `${config.URL.BASE}/account/email-verification/success`;
128-
profile.failUrl = `${config.URL.BASE}/account/email-verification/failure`;
127+
profile.successUrl = `${config.URL.BASE}/settings/account/email-verification/success`;
128+
profile.failUrl = `${config.URL.BASE}/settings/account/email-verification/failure`;
129129
updateProfile(omit(profile, ['groups']), tokenV3);
130130
}
131131

0 commit comments

Comments
 (0)