diff --git a/package-lock.json b/package-lock.json index 00fa56f..466a7cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11182,10 +11182,9 @@ "license": "MIT" }, "node_modules/micromatch": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", - "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", - "license": "MIT", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dependencies": { "braces": "^3.0.3", "picomatch": "^2.3.1" diff --git a/src/components/marketplace.tsx b/src/components/marketplace.tsx index 4f3795b..326dd34 100644 --- a/src/components/marketplace.tsx +++ b/src/components/marketplace.tsx @@ -22,7 +22,7 @@ export default function MarketplacePage() { -
+
{getThemesFromSearch(themes, searchInput, tags).map((theme) => ( ))} diff --git a/src/components/themes-search.tsx b/src/components/themes-search.tsx index f99cf70..0ebd6e9 100644 --- a/src/components/themes-search.tsx +++ b/src/components/themes-search.tsx @@ -19,7 +19,7 @@ export default function ThemesSearch({ return ( <>
- +