tags creation added

This commit is contained in:
HolgerHatGarKeineNode
2023-03-20 19:27:42 +01:00
parent 96eefce86e
commit 74381a3ff2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<div class="flex items-center space-x-2">
<img class="h-12" src="{{ $row->user->profile_photo_url }}" alt="{{ $row->user->name }}">
<div>
{{ $row->user->name }}
{{ str($row->user->name)->limit(10) }}
</div>
</div>