tangled
alpha
login
or
join now
openstatus.dev
/
openstatus
5
fork
atom
Openstatus
www.openstatus.dev
5
fork
atom
overview
issues
pulls
pipelines
๐ widget css
Thibault Le Ouay
2 years ago
82ec6bf9
db081e26
+2
-1
1 changed file
expand all
collapse all
unified
split
packages
react
src
widget.tsx
+2
-1
packages/react/src/widget.tsx
···
45
45
<span className="relative flex h-2 w-2">
46
46
{status === "operational" ? (
47
47
<span
48
48
-
className={`absolute inline-flex h-full w-full animate-ping rounded-full${color}opacity-75 duration-1000`}
48
48
+
// biome-ignore lint/nursery/useSortedClasses: <explanation>
49
49
+
className={`absolute inline-flex h-full w-full animate-ping rounded-full ${color} opacity-75 duration-1000`}
49
50
/>
50
51
) : null}
51
52
<span className={`relative inline-flex h-2 w-2 rounded-full${color}`} />