Skip to content

Commit b608539

Browse files
committed
add verified badge to profile
1 parent b155efd commit b608539

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

resources/views/users/profile.blade.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ class="w-full bg-center bg-gray-800 h-60 container mx-auto"
2525
<span class="border border-lio-500 text-lio-500 rounded-sm px-3 py-1">
2626
{{ $user->isAdmin() ? 'Admin' : 'Moderator' }}
2727
</span>
28+
29+
@elseif ($user->isVerifiedAuthor())
30+
<span title="This is a verified author">
31+
@svg('heroicon-s-check-badge', 'w-5 h-5 text-lio-500')
32+
</span>
2833
@endif
2934
</div>
3035

0 commit comments

Comments
 (0)