Skip to content

Commit

Permalink
Remove language selector from navbar (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
gomzyakov authored Nov 24, 2024
1 parent f973918 commit 64d74d0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,6 @@
<li class="nav-item">
<a class="nav-link me-3" href="https://larajournal.github.io/blog" target="_blank">Blog</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown"
aria-expanded="false">English</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">English</a></li>
<li><a class="dropdown-item" href="#">Russian</a></li>
</ul>
</li>
</ul>
<div class="d-lg-flex col-lg-3 justify-content-lg-end">
<a class="btn btn-primary" href="https://github.com/larajournal/larajournal" target="_blank">Star us on
Expand Down

0 comments on commit 64d74d0

Please sign in to comment.