From e233092ceef7f92178d0032f23bba868b873dfcb Mon Sep 17 00:00:00 2001 From: Pratik Gupta <36588068+CyberSpyderX@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:02:30 -0400 Subject: [PATCH] fix: testimonial loading, animation and ui fixes (#479) (#480) Co-authored-by: Vineet Agarwal <91052168+VineeTagarwaL-code@users.noreply.github.com> --- src/app/globals.css | 1 + src/components/Testimonials.tsx | 8 +++++++- src/components/ui/infinite-moving-cards.tsx | 11 +---------- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index bc57475e..5c1ae871 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -392,6 +392,7 @@ html { display: inline-block; transform: rotate(-2deg); } + .react-tweet-theme { height: 100%; } diff --git a/src/components/Testimonials.tsx b/src/components/Testimonials.tsx index 906c7189..f617eede 100644 --- a/src/components/Testimonials.tsx +++ b/src/components/Testimonials.tsx @@ -12,6 +12,8 @@ const tweetIds = [ '1826968639049724010', ]; +const finalTweetIds = [...tweetIds, ...tweetIds]; + export default function Testimonials() { return (