mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user