Skip to content

Commit

Permalink
add language picker
Browse files Browse the repository at this point in the history
  • Loading branch information
lennessyy committed Nov 17, 2022
1 parent 0076ea1 commit 4b524e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified build/ui-bundle.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions src/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
<div id="topbar-nav" class="navbar-menu">
<div class="navbar-end">
<!-- Language Picker Dropdown -->
{{!-- <div class="navbar-item has-dropdown is-hoverable">
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="#">
English
</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="https://developers.tigergraph.com/">English</a>
<a class="navbar-item" href="https://community.tigergraph.com/">日本</a>
<a class="navbar-item" href="https://docs.tigergraph.com/">English</a>
<a class="navbar-item" href="https://jp.docs.tigergraph.com/">日本語</a>
</div>
</div> --}}
</div>
<div class="navbar-item search hide-for-print">
{{#if (and page.component (ne page.component.name 'home') (ne page.component.name 'ROOT'))}}
<div id="search" class="field has-filter">
Expand Down

0 comments on commit 4b524e9

Please sign in to comment.