initial commit. gotta go
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React from "react";
|
||||
import { cn } from "..";
|
||||
import React from 'react';
|
||||
import { cn } from '..';
|
||||
|
||||
export const Spinner: React.FC<
|
||||
React.SVGProps<SVGSVGElement> & { innerSvgClass?: string }
|
||||
@@ -18,7 +18,7 @@ export const Spinner: React.FC<
|
||||
<g
|
||||
strokeWidth="200"
|
||||
strokeLinecap="round"
|
||||
className={cn("stroke-primary-foreground", innerSvgClass)}
|
||||
className={cn('stroke-primary-foreground', innerSvgClass)}
|
||||
fill="none"
|
||||
id="spinner"
|
||||
>
|
||||
|
Reference in New Issue
Block a user