Skip to content

Commit 55ecac8

Browse files
authored
Merge pull request #6 from Dion213/patch-1
Fixed view
2 parents 2247ee3 + 3e87e4d commit 55ecac8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/views/tile.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</div>
2323
@if ($helpscoutData[$mailboxId]["solvedToday"] === 1)
2424
<div class="rounded-lg">
25-
<h1 style="font-size: 5rem"> {{ $helpscoutData[$mailboxId]["solvedToday"] }}</h1>
25+
<h1 style="font-size: 3.5rem"> {{ $helpscoutData[$mailboxId]["solvedToday"] }}</h1>
2626
<h3>Ticket solved today</h3>
2727
</div>
2828
@else
@@ -33,4 +33,4 @@
3333
@endif
3434
</div>
3535
</div>
36-
</x-dashboard-tile>
36+
</x-dashboard-tile>

0 commit comments

Comments
 (0)