Skip to content

Commit

Permalink
Merge pull request #61 from takielias/fix-top-right-drowdown
Browse files Browse the repository at this point in the history
Fix #60 Top Right Dropdown
  • Loading branch information
takielias authored Apr 20, 2024
2 parents cae24f6 + aeda4df commit 305fd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/partials/header/top-right.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
aria-label="Open user menu">
<span class="avatar">SE</span>
<div class="d-none d-xl-block ps-2">
<div>{{Str::firstAndLast(Auth()->user()->name)}}</div>
<div>{{Auth()->user()->name}}</div>
<div class="mt-1 small text-muted">Software Engineer</div>
</div>
</a>
Expand Down

0 comments on commit 305fd17

Please sign in to comment.