fix: 移除暂时不用的网站Logo连接

#Comment
comment 消除chrome警告信息
This commit is contained in:
Argo Zhang 2019-08-18 15:07:39 +08:00
parent 254f628d03
commit 779b9d8424
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

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