From a1fab3a54cc6511219faffe49239bc459f00430a Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Wed, 11 Sep 2024 21:45:45 +0300 Subject: [PATCH] docs: hide the doc --- docs/components/landing/hero.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/landing/hero.tsx b/docs/components/landing/hero.tsx index 05a0509e..d7717822 100644 --- a/docs/components/landing/hero.tsx +++ b/docs/components/landing/hero.tsx @@ -111,7 +111,7 @@ export default function Hero() { The most comprehensive authentication library for typescript.

{ - env !== "production" ? <> + env === "production" ? <>

Coming Soon