diff --git a/docs/src/components/Background.tsx b/docs/src/components/Background.tsx index e030e34..f592d28 100644 --- a/docs/src/components/Background.tsx +++ b/docs/src/components/Background.tsx @@ -1,8 +1,6 @@ -import clsx from 'clsx' - export function Background(props: React.ComponentPropsWithoutRef<'svg'>) { return ( - + ) { width="1200" height="3000" patternUnits="userSpaceOnUse" - className={clsx('text-cyan-950', className)} + className={'text-cyan-950'} >