Skip to content

Commit 49bfc48

Browse files
committed
fix typo
1 parent 027191f commit 49bfc48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RazorUI/Navigation/NavProfile.razor

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<img src="/images/user.png?width=40&quality=80" class="w-10 h-10 rounded-full inline-block" />
1212
<div class="hidden lg:flex group-hover:flex flex-col ml-3 justify-center">
1313
<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">
14+
<p class="text-xs font-bold text-stone-300 group-hover:text-white m-0 cursor-pointer">
1515
View profile
1616
</p>
1717
</div>

0 commit comments

Comments
 (0)