mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-26 17:06:41 -05:00
docs: fix enterprise page ui logo (#6620)
This commit is contained in:
committed by
github-actions[bot]
parent
f758f14a4b
commit
c8d1d6f282
@@ -52,9 +52,9 @@ export function EnterpriseForm() {
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="relative bg-gradient-to-b from-zinc-50 to-white dark:from-zinc-950 dark:to-zinc-950 border-2 border-zinc-200 dark:border-zinc-800 shadow-[0_0_50px_-15px_rgba(0,0,0,0.1)] dark:shadow-[0_0_50px_-15px_rgba(255,255,255,0.05)] w-full max-w-xl overflow-hidden">
|
||||
<div className="relative bg-linear-to-b from-zinc-50 to-white dark:from-zinc-950 dark:to-zinc-950 border-2 border-zinc-200 dark:border-zinc-800 shadow-[0_0_50px_-15px_rgba(0,0,0,0.1)] dark:shadow-[0_0_50px_-15px_rgba(255,255,255,0.05)] w-full max-w-xl overflow-hidden">
|
||||
<Grid size={20} />
|
||||
<div className="absolute top-0 left-0 w-full h-px bg-gradient-to-r from-transparent via-zinc-300 dark:via-zinc-700 to-transparent"></div>
|
||||
<div className="absolute top-0 left-0 w-full h-px bg-linear-to-r from-transparent via-zinc-300 dark:via-zinc-700 to-transparent"></div>
|
||||
<div className="relative z-10 p-4 md:p-5">
|
||||
<div className="mb-3">
|
||||
<h2 className="text-lg md:text-xl font-bold text-zinc-900 dark:text-white mb-1">
|
||||
@@ -161,7 +161,7 @@ export function EnterpriseForm() {
|
||||
<Button
|
||||
type="submit"
|
||||
disabled={isSubmitting}
|
||||
className="w-full hover:shadow-sm dark:border-stone-100 dark:hover:shadow-sm border-2 border-black bg-white px-6 py-3 text-sm uppercase text-black shadow-[1px_1px_rgba(0,0,0),2px_2px_rgba(0,0,0),3px_3px_rgba(0,0,0),4px_4px_rgba(0,0,0),5px_5px_0px_0px_rgba(0,0,0)] transition duration-200 dark:shadow-[1px_1px_rgba(255,255,255),2px_2px_rgba(255,255,255),3px_3px_rgba(255,255,255),4px_4px_rgba(255,255,255),5px_5px_0px_0px_rgba(255,255,255)] disabled:opacity-50 disabled:cursor-not-allowed"
|
||||
className="w-full bg-white hover:bg-white hover:shadow-sm border-black dark:border-stone-100 dark:hover:shadow-sm border-2 px-6 py-3 text-sm uppercase text-black shadow-[1px_1px_rgba(0,0,0),2px_2px_rgba(0,0,0),3px_3px_rgba(0,0,0),4px_4px_rgba(0,0,0),5px_5px_0px_0px_rgba(0,0,0)] transition duration-200 dark:shadow-[1px_1px_rgba(255,255,255),2px_2px_rgba(255,255,255),3px_3px_rgba(255,255,255),4px_4px_rgba(255,255,255),5px_5px_0px_0px_rgba(255,255,255)] disabled:opacity-50 disabled:cursor-not-allowed"
|
||||
>
|
||||
{isSubmitting ? "Sending..." : "Send"}
|
||||
</Button>
|
||||
|
||||
@@ -11,7 +11,7 @@ export function EnterpriseHero() {
|
||||
<div className="max-w-xl">
|
||||
<div className="space-y-2 xl:space-y-3 text-center xl:text-left">
|
||||
<h1 className="text-3xl sm:text-4xl md:text-5xl tracking-tight text-zinc-900 dark:text-white">
|
||||
<span className="block sm:inline">BETTER AUTH</span>{" "}
|
||||
<span className="block sm:inline">BETTER-AUTH.</span>{" "}
|
||||
<span className="relative inline-block">
|
||||
<span className="relative z-10 font-extralight">ENTERPRISE</span>
|
||||
<span className="absolute bottom-0.5 sm:bottom-1 left-0 w-full h-1.5 sm:h-2 bg-zinc-200 dark:bg-zinc-800"></span>
|
||||
@@ -92,16 +92,13 @@ export function EnterpriseHero() {
|
||||
className="inline-block cursor-pointer hover:opacity-100 transition-opacity"
|
||||
>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="1.3em"
|
||||
height="1.3em"
|
||||
viewBox="0 0 76 65"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 256 222"
|
||||
fill="currentColor"
|
||||
>
|
||||
<path
|
||||
d="M37.5274 0L75.0548 65H0L37.5274 0Z"
|
||||
fill="#ffffff"
|
||||
/>
|
||||
<path d="m128 0l128 221.705H0z" />
|
||||
</svg>
|
||||
</a>
|
||||
</TooltipTrigger>
|
||||
|
||||
Reference in New Issue
Block a user