toastie-site/src/components/Pulse.astro
2024-11-27 10:10:42 +13:00

6 lines
240 B
Text

<span class="relative flex h-3 w-3">
<span
class="animate-ping absolute inline-flex h-full w-full rounded-full bg-green-400 opacity-75"
></span>
<span class="relative inline-flex rounded-full h-3 w-3 bg-green-500"></span>
</span>