Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
makssein committed Aug 30, 2023
1 parent 3362c93 commit f877789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/includes/_nav-links.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ class="flex items-center px-4 py-3 w-full rounded-full hover:bg-slate-900 cursor
alt="avatar">
@endif
<div class="flex flex-col items-start justify-center">
<h5 class="font-bold text-base">Максим Сеин</h5>
<span class="text-slate-500 text-xs">@deekep</span>
<h5 class="font-bold text-base">{{auth()->user()->name}}</h5>
<span class="text-slate-500 text-xs">{{'@'.auth()->user()->username}}</span>
</div>
</div>
<div id="dropdownProfile"
Expand Down

0 comments on commit f877789

Please sign in to comment.