We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027191f commit 49bfc48Copy full SHA for 49bfc48
RazorUI/Navigation/NavProfile.razor
@@ -11,7 +11,7 @@
11
<img src="/images/user.png?width=40&quality=80" class="w-10 h-10 rounded-full inline-block" />
12
<div class="hidden lg:flex group-hover:flex flex-col ml-3 justify-center">
13
<p class="text-sm font-bold text-white mb-0">@Name</p>
14
- <p class="text-xs font-bold text-stone-300 group-hoveruu:text-white m-0 cursor-pointer">
+ <p class="text-xs font-bold text-stone-300 group-hover:text-white m-0 cursor-pointer">
15
View profile
16
</p>
17
</div>
0 commit comments