We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2247ee3 + 3e87e4d commit 55ecac8Copy full SHA for 55ecac8
1 file changed
resources/views/tile.blade.php
@@ -22,7 +22,7 @@
22
</div>
23
@if ($helpscoutData[$mailboxId]["solvedToday"] === 1)
24
<div class="rounded-lg">
25
- <h1 style="font-size: 5rem"> {{ $helpscoutData[$mailboxId]["solvedToday"] }}</h1>
+ <h1 style="font-size: 3.5rem"> {{ $helpscoutData[$mailboxId]["solvedToday"] }}</h1>
26
<h3>Ticket solved today</h3>
27
28
@else
@@ -33,4 +33,4 @@
33
@endif
34
35
36
-</x-dashboard-tile>
+</x-dashboard-tile>
0 commit comments