We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51a978 commit 0da6624Copy full SHA for 0da6624
views/partials/header.tpl
@@ -103,7 +103,7 @@
103
{if $User.SignedIn}
104
<div class="Header-Second-Menu Community-Menu hide hide-mobile">
105
<div class="Second-Menu-Content">
106
- <a class="Second-Menu-Link" href="https://www.topcoder.com/home"><span>Dashboard</span></a>
+ <a class="Second-Menu-Link" href="https://www.topcoder.com/home"><span>Home</span></a>
107
<a class="Second-Menu-Link" href="https://www.topcoder.com/members/{$User.Name|escape:'html'}"><span>My Profile</span></a>
108
<a class="Second-Menu-Link" href="https://community.topcoder.com/PactsMemberServlet?module=PaymentHistory&full_list=false" target="_blank"><span>Payments</span></a>
109
</div>
0 commit comments