docs: update section testimonial (#3964)

* docs: resolve overlapping border in the community page (#3962)

* chore: release v1.3.6

* docs: update section "people say"

* Update people-say.tsx

---------

Co-authored-by: KinfeMichael Tariku <65047246+Kinfe123@users.noreply.github.com>
Co-authored-by: Bereket Engida <Bekacru@gmail.com>
This commit is contained in:
Alex Yang
2025-08-13 12:45:20 -07:00
committed by GitHub
parent c7a272f261
commit b622836703
2 changed files with 10 additions and 1 deletions

View File

@@ -180,7 +180,16 @@ holy sh** is it good, works so nice with typescript + drizzle`,
avatar: "/people-say/shreyas-mididddi.png",
social: <Icons.x />,
},
];
{
name: "EGOIST",
profession: "Creator of tsup, ChatWise",
link: "https://x.com/localhost_5173/status/1951152679461278068",
description: "better-auth is great, I use it everywhere",
avatar: "/people-say/egoist.png",
social: <Icons.x />,
},
].sort(() => Math.random() - 0.5);
type TestimonialProps = (typeof testimonials)[number];
const PeopleSay = ({
reverse = false,