From 0522823c84a5c8ca8039a3f5d087b86937318ad1 Mon Sep 17 00:00:00 2001 From: jaaaaavier Date: Tue, 10 Mar 2026 14:34:01 +0100 Subject: [PATCH 1/2] Update RelationalLinks.tsx --- src/components/shared/sections/RelationalLinks.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/shared/sections/RelationalLinks.tsx b/src/components/shared/sections/RelationalLinks.tsx index 0ff90b253..dd3461449 100644 --- a/src/components/shared/sections/RelationalLinks.tsx +++ b/src/components/shared/sections/RelationalLinks.tsx @@ -28,7 +28,7 @@ const RelationalLinks = ({ textContent }: RelationalLinksProps) => { useEffect(() => { if (textContent?.links) { const shuffledLinks = shuffleData(textContent.links); - setCards(shuffledLinks); + setCards(shuffledLinks.slice(0, 3)); } }, [textContent]); From 564232e7ad529b57153b17c5718febb677ce76c9 Mon Sep 17 00:00:00 2001 From: jaaaaavier Date: Tue, 10 Mar 2026 14:36:31 +0100 Subject: [PATCH 2/2] Update LinkTo.tsx --- src/components/drive/components/LinkTo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/drive/components/LinkTo.tsx b/src/components/drive/components/LinkTo.tsx index 77d7f2ecd..8ebc80bd0 100644 --- a/src/components/drive/components/LinkTo.tsx +++ b/src/components/drive/components/LinkTo.tsx @@ -8,7 +8,7 @@ interface LinkTo { export const LinkTo = ({ text, linkToRedirect }: LinkTo) => { return ( - +

{text}