mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 04:19:32 +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",
|
avatar: "/people-say/shreyas-mididddi.png",
|
||||||
social: <Icons.x />,
|
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];
|
type TestimonialProps = (typeof testimonials)[number];
|
||||||
const PeopleSay = ({
|
const PeopleSay = ({
|
||||||
reverse = false,
|
reverse = false,
|
||||||
|
|||||||
BIN
docs/public/people-say/egoist.png
Normal file
BIN
docs/public/people-say/egoist.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 231 KiB |
Reference in New Issue
Block a user