diff --git a/src/components/ComponentShowcase.tsx b/src/components/ComponentShowcase.tsx index 9070108..1c1270e 100644 --- a/src/components/ComponentShowcase.tsx +++ b/src/components/ComponentShowcase.tsx @@ -628,7 +628,7 @@ export function ComponentShowcase() { - +
{filteredItems.length === 0 ? ( @@ -692,7 +692,7 @@ export function ComponentShowcase() { ))}
) : ( -
+
{filteredItems.map(item => ( )}
- +
{selectedComponent && !isMobile && (