m
This commit is contained in:
@@ -13,7 +13,10 @@
|
||||
<div class="flex flex-col">
|
||||
<span class="text-[13px] font-semibold text-gray-500 mb-1.5">{{ $title }}</span>
|
||||
<div class="flex items-end gap-3 mb-1">
|
||||
<span class="text-[34px] font-bold text-[#1e293b] leading-none">{{ $value }}</span>
|
||||
@php
|
||||
$isShort = is_numeric(str_replace('#', '', $value)) || strlen($value) <= 4;
|
||||
@endphp
|
||||
<span class="{{ $isShort ? 'text-[34px] leading-none' : 'text-[17px] leading-tight' }} font-bold text-[#1e293b]">{{ $value }}</span>
|
||||
</div>
|
||||
|
||||
@if($growth)
|
||||
|
||||
Reference in New Issue
Block a user