Skip to content

Commit 51cbfe0

Browse files
committed
use full uri for user profile
1 parent f1619a5 commit 51cbfe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/components/styles/global_nav.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</a>
5151
</li>
5252
<li class="top-nav-item">
53-
<a hreflang="en" href="/users/myprofile/" id="account-login-link" class="account-login icon-link with-icon--after">
53+
<a hreflang="en" href="https://www.w3.org/users/myprofile/" id="account-login-link" class="account-login icon-link with-icon--after">
5454
{{ 'header.account_link'|trans({}, 'w3c_website_templates_bundle') }} <span class="avatar avatar--small icon">
5555
<img src="{{ absolute_url(asset('svg/avatar.svg', 'website-2021')) }}" width="24" height="24" alt aria-hidden="true"/>
5656
</span>

0 commit comments

Comments
 (0)