We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1140f3b commit 059c9adCopy full SHA for 059c9ad
src/components/ui/CircularPulse.tsx
@@ -9,7 +9,7 @@ export const CircularPulse: FC<SVGProps<SVGSVGElement>> = (
9
{...props}
10
className={
11
"pointer-events-none absolute inset-0 left-1/2 top-1/2 z-0 block -translate-x-1/2 -translate-y-1/2 transform rounded-full " +
12
- props.className ?? ""
+ props.className
13
}
14
viewBox="0 0 800 800"
15
xmlns="http://www.w3.org/2000/svg"
0 commit comments