Skip to content

Commit

Permalink
Update _Layout.cshtml
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Dec 18, 2023
1 parent be9cf6a commit a7ffc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyApp/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<div>
<a asp-controller="Manage" asp-action="Index"
class="max-w-xs bg-white dark:bg-black rounded-full flex items-center text-sm focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 lg:p-2 lg:rounded-md lg:hover:bg-gray-50 dark:lg:hover:bg-gray-900 dark:ring-offset-black" id="user-menu-button" aria-expanded="false" aria-haspopup="true">
<img class="h-8 w-8 rounded-full" src=@User.GetPicture() alt="">
<img class="h-8 w-8 rounded-full" src="@User.GetPicture()" alt="">
<span class="ml-3 text-gray-700 dark:text-gray-300 text-sm font-medium lg:block">
<span class="sr-only">Open user menu for </span>
@User.GetDisplayName()
Expand Down

0 comments on commit a7ffc32

Please sign in to comment.