diff --git a/docs/app/page.tsx b/docs/app/page.tsx index 301acbaa..4aacf95f 100644 --- a/docs/app/page.tsx +++ b/docs/app/page.tsx @@ -28,7 +28,7 @@ export default async function HomePage() { return (
-
+
{options.signUp ? ( + Sign In diff --git a/docs/components/builder/tabs.tsx b/docs/components/builder/tabs.tsx index fb5219fe..2f6e5c14 100644 --- a/docs/components/builder/tabs.tsx +++ b/docs/components/builder/tabs.tsx @@ -74,7 +74,7 @@ export const AuthTabs = ({ zIndex: -idx, opacity: idx < 3 ? 1 - idx * 0.1 : 0, }} - className={cn("w-50 h-full", isActive(tab) ? "" : "hidden")} + className={cn("h-full", isActive(tab) ? "" : "hidden")} > {tab.content}
diff --git a/docs/components/landing/hero.tsx b/docs/components/landing/hero.tsx index 83821c1c..fc4af948 100644 --- a/docs/components/landing/hero.tsx +++ b/docs/components/landing/hero.tsx @@ -49,7 +49,7 @@ function TrafficLightsIcon(props: React.ComponentPropsWithoutRef<"svg">) { export default function Hero() { return ( -
+
diff --git a/docs/components/ui/dialog.tsx b/docs/components/ui/dialog.tsx index 65c18917..94f64dfe 100644 --- a/docs/components/ui/dialog.tsx +++ b/docs/components/ui/dialog.tsx @@ -57,7 +57,7 @@ function DialogContent({