From 24cc3ec0721d1b8fdd221c728b3dea4e59d0a365 Mon Sep 17 00:00:00 2001 From: Matteo La Cognata Date: Tue, 3 Oct 2023 11:34:44 +0200 Subject: [PATCH] chore(): fix --- docs/src/components/Background.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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'} >