From 36bfa63c5923689679cdd92c5cd35f28d8c5befe Mon Sep 17 00:00:00 2001 From: jolbol1 Date: Fri, 18 Oct 2024 20:16:20 +0100 Subject: [PATCH] fix: install tabs scroll --- src/components/install-tabs.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/install-tabs.tsx b/src/components/install-tabs.tsx index 8246a08..e908802 100644 --- a/src/components/install-tabs.tsx +++ b/src/components/install-tabs.tsx @@ -1,5 +1,5 @@ import { ReactNode } from "react" -import { TabsProps, composeRenderProps } from "react-aria-components" +import { composeRenderProps, TabsProps } from "react-aria-components" import { useThemeStore } from "@/lib/use-theme-store" import { cn } from "@/lib/utils" @@ -20,28 +20,28 @@ export function PackageManagerTabs({ children, ...props }: PackageManagerTabs) { className={cn("mt-2 gap-0", props.className)} {...props} > - + NPM PNPM Bun Yarn