mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
docs: add Y Combinator launch badge
This commit is contained in:
@@ -144,10 +144,12 @@ export default function Hero() {
|
||||
</Link>
|
||||
</div>
|
||||
</GradientBG>
|
||||
|
||||
</div>
|
||||
|
||||
{
|
||||
<>
|
||||
<div className="mt-8 flex w-fit flex-col gap-4 font-sans md:flex-row md:justify-center lg:justify-start items-center">
|
||||
<div className="mt-4 flex w-fit flex-col gap-4 font-sans md:flex-row md:justify-center lg:justify-start items-center">
|
||||
<Link
|
||||
href="/docs"
|
||||
className="hover:shadow-sm dark:border-stone-100 dark:hover:shadow-sm border-2 border-black bg-white px-4 py-1.5 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 md:px-8 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)]"
|
||||
@@ -158,7 +160,11 @@ export default function Hero() {
|
||||
</div>
|
||||
</>
|
||||
}
|
||||
<div className="mt-4 md:w-40 w-32">
|
||||
<a href='https://www.ycombinator.com/launches/NUm-better-auth-the-authentication-framework-for-typescript' target="_blank"><img src='https://www.ycombinator.com/launches/NUm-better-auth-the-authentication-framework-for-typescript/upvote_embed.svg' alt='Launch YC: Better Auth - The Authentication Framework for TypeScript'/ ></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div className="relative hidden md:block lg:static xl:pl-10">
|
||||
|
||||
Reference in New Issue
Block a user