feat: 移除 nav-brand 导航功能

This commit is contained in:
Argo Zhang 2019-08-17 23:30:49 +08:00
parent 73e58cb500
commit b019c8b901
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<aside class="@Model.ShowSideBar">
<div class="bg"></div>
<div class="nav-brand justify-content-center">
<a href="~/Admin/Index">
<a href="#">
<img src="~/favicon.png" />
<span>@Model.Title</span>
</a>