Skip to content

Commit

Permalink
Reorder language navigation options
Browse files Browse the repository at this point in the history
Resolves conflicted file in git
  • Loading branch information
NicolaSaunders committed Oct 14, 2024
1 parent c23ddcc commit 41194ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design-system-templates/components/header-nav.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<div class="l-center">
<div class="l-cluster">
<ul>
<li><a href="/zh" hreflang="zh-hans" lang="zh-hans">简体中文首页<span class="visuallyhidden" lang="en"> (Chinese website)</span></a></li>
<li><a href="/ja" hreflang="ja" lang="ja">日本語ホームページ<span class="visuallyhidden" lang="en"> (Japanese website)</span></a></li>
<li><a href="/zh" hreflang="zh-hans" lang="zh-hans">简体中文首页<span class="visuallyhidden" lang="en"> (Chinese website)</span></a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 41194ad

Please sign in to comment.