Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
astares committed Aug 25, 2023
1 parent 6f17252 commit 4b2cd50
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Boot-Web-UI/BTSideBar.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,15 @@ BTSideBar >> renderSideBarMenuOn: html [
html html: '
<div>
<div class="container-fluid">
<div class=" navbar-collapse" id="sidebar-menu">
<div class="navbar-collapse" id="sidebar-menu">
<ul class="navbar-nav pt-lg-3">
<li class="nav-item">
<a class="nav-link" href="./">
<span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/home -->
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M5 12l-2 0l9 -9l9 9l-2 0"></path><path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7"></path><path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6"></path></svg>
</span>
<span class="nav-link-title">
Home2
Home
</span>
</a>
</li>
Expand Down

0 comments on commit 4b2cd50

Please sign in to comment.