Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit e739b3d

Browse files
committed
Merge pull request #114 from appirio-tech/dev
Release Dev
2 parents 75b2e26 + ee40088 commit e739b3d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<a href="" class="coder"></a>
106106
<p class="country"></p>
107107
<a href="" class="link myProfileLink">My Profile</a>
108-
<a href="@@community/tc?module=MyHome" class="link">My TopCoder </a>
108+
<a href="/my-dashboard" class="link">My TopCoder </a>
109109
<a href="@@community/tc?module=MyHome" class="link">Account Settings </a>
110110
<a href="javascript:;" class="actionLogout">Log Out</a>
111111
</div>
@@ -217,7 +217,7 @@ <h1 class="logo">
217217
<div class="action">
218218
<a class="profileLink" href="">My
219219
Profile</a>
220-
<a href="@@community/tc?module=MyHome">My TopCoder </a>
220+
<a href="/my-dashboard">My TopCoder </a>
221221
<a href="@@community/tc?module=MyHome" class="linkAlt">Account Settings</a>
222222
</div>
223223
</div>

wp/wp-content/themes/tcs-responsive/header-referral.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<a href="" class="coder"></a>
3030
<p class="country"></p>
3131
<a href="" class="link myProfileLink">My Profile</a>
32-
<a href="//community.topcoder.com/tc?module=MyHome" class="link">My TopCoder </a>
32+
<a href="/my-dashboard" class="link">My TopCoder </a>
3333
<a href="//community.topcoder.com/tc?module=MyHome" class="link">Account Settings </a>
3434
<a href="javascript:;" class="actionLogout">Log Out</a>
3535
</div>
@@ -100,7 +100,7 @@
100100
<div class="action">
101101
<a class="profileLink" href="">My
102102
Profile</a>
103-
<a href="//community.topcoder.com/tc?module=MyHome">My TopCoder </a>
103+
<a href="/my-dashboard">My TopCoder </a>
104104
<a href="//community.topcoder.com/tc?module=MyHome" class="linkAlt">Account Settings</a>
105105
</div>
106106
</div>

wp/wp-content/themes/tcs-responsive/header.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<a href="" class="coder"></a>
3030
<p class="country"></p>
3131
<a href="" class="link myProfileLink">My Profile</a>
32-
<a href="//community.topcoder.com/tc?module=MyHome" class="link">My TopCoder </a>
32+
<a href="/my-dashboard" class="link">My TopCoder </a>
3333
<a href="//community.topcoder.com/tc?module=MyHome" class="link">Account Settings </a>
3434
<a href="javascript:;" class="actionLogout">Log Out</a>
3535
</div>
@@ -120,7 +120,7 @@
120120
<div class="action">
121121
<a class="profileLink" href="">My
122122
Profile</a>
123-
<a href="//community.topcoder.com/tc?module=MyHome">My TopCoder </a>
123+
<a href="/my-dashboard">My TopCoder </a>
124124
<a href="//community.topcoder.com/tc?module=MyHome" class="linkAlt">Account Settings</a>
125125
</div>
126126
</div>

0 commit comments

Comments
 (0)