Skip to content

Commit

Permalink
Move the language selector to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierJourdan committed Nov 11, 2024
1 parent 71398ba commit aba6de2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions user-interface/src/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
<div class="navbar-brand">
<a class="navbar-item logo" title="Cti" href="https://github.com/LabVIEWCommunityTraining"><img src="{{{uiRootPath}}}/img/cti.png" alt="LabVIEWComunityTraining" width="64"></a>
<a class="navbar-item" href="{{{or site.url siteRootPath}}}">{{site.title}}</a>
<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://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}}
<div class="navbar-item search hide-for-print">
<div id="search-field" class="field">
Expand All @@ -19,6 +12,13 @@
</label>
</div>
</div>
<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://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}}
<button class="navbar-burger" data-target="topbar-nav">
<span></span>
Expand Down

0 comments on commit aba6de2

Please sign in to comment.