Skip to content

Commit

Permalink
disable breadcrumbs until its componentized
Browse files Browse the repository at this point in the history
  • Loading branch information
sjefvanleeuwen committed Oct 2, 2020
1 parent 69dd3da commit 015017a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Blazor.AdminLte/ContentHeader.razor
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</div><!-- /.col -->
<div class="col-sm-6">
<ol class="breadcrumb float-sm-right">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item active">Starter Page</li>
@*<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item active">Starter Page</li>*@
</ol>
</div><!-- /.col -->
</div><!-- /.row -->
Expand Down

0 comments on commit 015017a

Please sign in to comment.