Skip to content

Commit

Permalink
Update profile.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
osbre committed Jan 5, 2020
1 parent 3703b07 commit 8ddb65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/partials/profile.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="dropdown p-0">
<a href="#" class="align-items-center v-center p-2" data-toggle="dropdown">
<a href="#" class="align-items-center v-center mx-1" data-toggle="dropdown">
<span class="mr-3 text-white" style="font-size: 0.95em;">
<span class="text-ellipsis text-capitalize">{{ Auth::user()->getNameTitle() }}</span>
</span>
Expand Down

0 comments on commit 8ddb65c

Please sign in to comment.