Skip to content

Commit

Permalink
use full uri for user profile
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-gui committed Jul 31, 2024
1 parent f1619a5 commit 51cbfe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/styles/global_nav.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</a>
</li>
<li class="top-nav-item">
<a hreflang="en" href="/users/myprofile/" id="account-login-link" class="account-login icon-link with-icon--after">
<a hreflang="en" href="https://www.w3.org/users/myprofile/" id="account-login-link" class="account-login icon-link with-icon--after">
{{ 'header.account_link'|trans({}, 'w3c_website_templates_bundle') }} <span class="avatar avatar--small icon">
<img src="{{ absolute_url(asset('svg/avatar.svg', 'website-2021')) }}" width="24" height="24" alt aria-hidden="true"/>
</span>
Expand Down

0 comments on commit 51cbfe0

Please sign in to comment.