Use a different icon for home stats

This commit is contained in:
Claudio Ortolina
2024-10-07 15:26:04 +01:00
parent bc2126cb8d
commit 33f4cb11be
@@ -2,10 +2,10 @@
<dl class="mt-5 grid grid-cols-1 gap-5 sm:grid-cols-2"> <dl class="mt-5 grid grid-cols-1 gap-5 sm:grid-cols-2">
<div class="relative overflow-hidden rounded-lg bg-white px-4 pb-12 pt-5 shadow sm:px-6 sm:pt-6"> <div class="relative overflow-hidden rounded-lg bg-white px-4 pb-12 pt-5 shadow sm:px-6 sm:pt-6">
<dt> <dt>
<div class="absolute rounded-md bg-zinc-500 p-3"> <div class="absolute rounded-md bg-zinc-900 p-3">
<svg <svg
class="h-6 w-6 text-white" class="h-6 w-6 text-white fill-zinc-900"
fill="none" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24" viewBox="0 0 24 24"
stroke-width="1.5" stroke-width="1.5"
stroke="currentColor" stroke="currentColor"
@@ -14,9 +14,12 @@
<path <path
stroke-linecap="round" stroke-linecap="round"
stroke-linejoin="round" stroke-linejoin="round"
fill-rule="evenodd" d="M10.5 6a7.5 7.5 0 1 0 7.5 7.5h-7.5V6Z"
d="M19.952 1.651a.75.75 0 0 1 .298.599V16.303a3 3 0 0 1-2.176 2.884l-1.32.377a2.553 2.553 0 1 1-1.403-4.909l2.311-.66a1.5 1.5 0 0 0 1.088-1.442V6.994l-9 2.572v9.737a3 3 0 0 1-2.176 2.884l-1.32.377a2.553 2.553 0 1 1-1.402-4.909l2.31-.66a1.5 1.5 0 0 0 1.088-1.442V5.25a.75.75 0 0 1 .544-.721l10.5-3a.75.75 0 0 1 .658.122Z" />
clip-rule="evenodd" <path
stroke-linecap="round"
stroke-linejoin="round"
d="M13.5 10.5H21A7.5 7.5 0 0 0 13.5 3v7.5Z"
/> />
</svg> </svg>
</div> </div>