Update profile.blade.php
This commit is contained in:
parent
c4a202544c
commit
6f3b5ffa0e
|
|
@ -87,7 +87,7 @@
|
|||
@if ($badge->id == $user_badge)
|
||||
<div class="badgecontainer">
|
||||
<img alt="{{ $badge->description }}" src="/img/badges/{{ $badge->id }}.png" width="75px" height="75px" />
|
||||
<h3>{{ $badge->title }}</h3>
|
||||
<h4>{{ $badge->title }}</h4>
|
||||
</div>
|
||||
@endif
|
||||
@endforeach
|
||||
|
|
|
|||
Loading…
Reference in New Issue