Skip to content

Commit

Permalink
Merge pull request #6 from Dion213/patch-1
Browse files Browse the repository at this point in the history
Fixed view
  • Loading branch information
tomcoonen authored Apr 14, 2021
2 parents 2247ee3 + 3e87e4d commit 55ecac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/tile.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</div>
@if ($helpscoutData[$mailboxId]["solvedToday"] === 1)
<div class="rounded-lg">
<h1 style="font-size: 5rem"> {{ $helpscoutData[$mailboxId]["solvedToday"] }}</h1>
<h1 style="font-size: 3.5rem"> {{ $helpscoutData[$mailboxId]["solvedToday"] }}</h1>
<h3>Ticket solved today</h3>
</div>
@else
Expand All @@ -33,4 +33,4 @@
@endif
</div>
</div>
</x-dashboard-tile>
</x-dashboard-tile>

0 comments on commit 55ecac8

Please sign in to comment.