docs: change beta label

This commit is contained in:
Bereket Engida
2024-10-20 21:05:50 +03:00
parent 4a454bb6fe
commit 5dbc36a254
2 changed files with 3 additions and 5 deletions

View File

@@ -17,10 +17,8 @@ const ChangelogOne = () => {
<AnimatePresence> <AnimatePresence>
<div className="flex flex-col gap-4 items-start justify-center max-w-full md:max-w-2xl"> <div className="flex flex-col gap-4 items-start justify-center max-w-full md:max-w-2xl">
<div className="flex flex-col gap-2"> <div className="flex flex-col gap-2">
<h2 className="text-2xl font-bold tracking-tighter"> <h2 className="text-2xl font-bold tracking-tighter">Beta Release</h2>
Public Beta Release <p>The first beta release of better-auth is now available!</p>
</h2>
<p>The first public beta release of better-auth is now available!</p>
</div> </div>
<p className="text-gray-600 dark:text-gray-300 text-[0.855rem]"></p> <p className="text-gray-600 dark:text-gray-300 text-[0.855rem]"></p>
<div className="flex flex-col gap-2"> <div className="flex flex-col gap-2">

View File

@@ -98,7 +98,7 @@ export default function Hero() {
<div className="relative z-10 md:text-center lg:text-left"> <div className="relative z-10 md:text-center lg:text-left">
<div className="relative"> <div className="relative">
<div className="flex flex-col items-start gap-2"> <div className="flex flex-col items-start gap-2">
<PulicBetaBadge text="Public Beta" /> <PulicBetaBadge text="Beta" />
<div className="flex mt-2 items-center gap-2 relative"> <div className="flex mt-2 items-center gap-2 relative">
<Cover> <Cover>
<p className="inline dark:text-white opacity-90 2xl md:text-3xl lg:text-5xl tracking-tight relative"> <p className="inline dark:text-white opacity-90 2xl md:text-3xl lg:text-5xl tracking-tight relative">