diff --git a/docs/app/changelogs/_components/changelog-layout.tsx b/docs/app/changelogs/_components/changelog-layout.tsx
index ea06a8ba26..568b645336 100644
--- a/docs/app/changelogs/_components/changelog-layout.tsx
+++ b/docs/app/changelogs/_components/changelog-layout.tsx
@@ -1,9 +1,9 @@
import Link from "next/link";
-
-import { Button } from "@/components/ui/button";
import { useId } from "react";
import clsx from "clsx";
+import { Logo } from "@/components/logo";
+import { DiscordLogoIcon } from "@radix-ui/react-icons";
function BookIcon(props: React.ComponentPropsWithoutRef<"svg">) {
return (
@@ -44,18 +44,14 @@ function XIcon(props: React.ComponentPropsWithoutRef<"svg">) {
export function Intro() {
return (
<>
-
-
- {/* */}
-
-
All of the changes made will be{" "}
available here.
- Better Auth is advanced authentication library for typescript packed by
- customizable and extendible plugin ecosystem
+ Better Auth is comprehensive authentication library for TypeScript that
+ provides a wide range of features to make authentication easier and more
+ secure.
@@ -74,11 +70,11 @@ export function Intro() {
GitHub
- RSS
+ Community