feat: 前台 nav-header 链接为个人中心
This commit is contained in:
parent
2d0a83a8b6
commit
9b3bc8385f
|
@ -8,7 +8,7 @@
|
|||
</a>
|
||||
</div>
|
||||
<div class="nav-header flex-fill align-items-center">
|
||||
<a href="~/Home/Index">
|
||||
<a href="@Model.ProfilesUrl">
|
||||
<img src="@Url.Content(Model.Icon)" />
|
||||
<span class="username d-inline-block text-truncate font-weight-bold flex-fill">@Model.DisplayName</span>
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue