diff --git a/src/App.tsx b/src/App.tsx index 297a7b5..67eda8a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -48,7 +48,8 @@ function App() { className="h-12 w-12 text-primary" fill="none" stroke="currentColor" - viewBox="0 0 24 24"> + viewBox="0 0 24 24" + > @@ -36,7 +36,7 @@ const CardTitle = React.forwardRef< ref={ref} className={cn( "text-2xl font-semibold leading-none tracking-tight", - className + className, )} {...props} />