Update profile.blade.php

This commit is contained in:
Thomas G 2022-08-09 03:48:39 +10:00
parent c4a202544c
commit 6f3b5ffa0e
1 changed files with 1 additions and 1 deletions

View File

@ -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