Skip to content

Commit

Permalink
update language selector with correct URL
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierJourdan committed Nov 11, 2024
1 parent 97386ca commit 4093c61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user-interface/src/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="#"><span></span>English</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="https://xxxxxx/en/index.html">English</a>
<a class="navbar-item" href="https://xxxxxx/fr/index.html">Français</a>
<a class="navbar-item" href="https://labviewcommunitytraining.github.io/cti-documentation/en/index.html">English</a>
<a class="navbar-item" href="https://labviewcommunitytraining.github.io/cti-documentation/fr/index.html">Français</a>
</div>
</div>
{{#if env.SITE_SEARCH_PROVIDER}}
Expand Down
Binary file modified user-interface/ui-bundle.zip
Binary file not shown.

0 comments on commit 4093c61

Please sign in to comment.