mirror of
https://github.com/better-auth/better-auth.git
synced 2026-08-01 10:50:40 -05:00
chore: fix broken testomnial link
This commit is contained in:
@@ -171,15 +171,6 @@ holy sh** is it good, works so nice with typescript + drizzle`,
|
||||
avatar: "/people-say/vybhav-bhargav.png",
|
||||
social: <Icons.x />,
|
||||
},
|
||||
{
|
||||
name: "Shreyas Mididoddi",
|
||||
profession: "Senior Developer",
|
||||
link: "https://x.com/Shreyassanthu77/status/1887544964881784927",
|
||||
description:
|
||||
"dang!! Didn't think I would but absolutely loving @better_auth",
|
||||
avatar: "/people-say/shreyas-mididddi.png",
|
||||
social: <Icons.x />,
|
||||
},
|
||||
{
|
||||
name: "EGOIST",
|
||||
profession: "Creator of tsup, ChatWise",
|
||||
@@ -191,7 +182,8 @@ holy sh** is it good, works so nice with typescript + drizzle`,
|
||||
].sort(() => Math.random() - 0.5);
|
||||
|
||||
type TestimonialProps = (typeof testimonials)[number];
|
||||
const PeopleSay = ({
|
||||
|
||||
const TestimonialItem = ({
|
||||
reverse = false,
|
||||
testimonials,
|
||||
}: {
|
||||
@@ -267,7 +259,7 @@ export const Testimonial = () => {
|
||||
}}
|
||||
className="relative flex justify-around gap-5 overflow-hidden shrink-0"
|
||||
>
|
||||
<PeopleSay
|
||||
<TestimonialItem
|
||||
reverse
|
||||
testimonials={Array(15)
|
||||
.fill(testimonials.slice(0, Math.floor(testimonials.length / 2)))
|
||||
@@ -281,7 +273,7 @@ export const Testimonial = () => {
|
||||
}}
|
||||
className="relative flex justify-around gap-5 overflow-hidden shrink-0"
|
||||
>
|
||||
<PeopleSay
|
||||
<TestimonialItem
|
||||
testimonials={Array(15)
|
||||
.fill(
|
||||
testimonials.slice(
|
||||
Reference in New Issue
Block a user