diff --git a/src/frontend/src/components/ui/select.tsx b/src/frontend/src/components/ui/select.tsx index a299fa180..7430a0d46 100644 --- a/src/frontend/src/components/ui/select.tsx +++ b/src/frontend/src/components/ui/select.tsx @@ -80,7 +80,7 @@ const SelectItem = React.forwardRef<
- + Langflow Store
@@ -353,7 +353,7 @@ export default function StorePage(): JSX.Element {
*/} -
+
{!loading && tags.map((i, idx) => ( - + Most Popular diff --git a/src/frontend/src/style/applies.css b/src/frontend/src/style/applies.css index 6778ff84f..25ad9267c 100644 --- a/src/frontend/src/style/applies.css +++ b/src/frontend/src/style/applies.css @@ -245,7 +245,7 @@ } .community-page-nav-arrangement { - @apply flex-max-width justify-between px-6 py-8 pb-2; + @apply flex-max-width justify-between py-8 pb-2; } .community-page-nav-title { @@ -257,7 +257,7 @@ } .community-page-description-text { - @apply flex w-[70%] px-6 pb-8 text-muted-foreground; + @apply flex w-[70%] pb-8 text-muted-foreground; } .community-pages-flows-panel {