From c26b1b711cea988eb860473e10a207d3bc6cfef8 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Fri, 4 Apr 2025 14:41:11 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8(frontend)=20add=20external=20link=20s?= =?UTF-8?q?upport=20to=20LinkButton=20component?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enhanced LinkButton with target props for external link usage. --- src/frontend/src/features/home/components/IntroSlider.tsx | 1 + src/frontend/src/primitives/LinkButton.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/src/frontend/src/features/home/components/IntroSlider.tsx b/src/frontend/src/features/home/components/IntroSlider.tsx index 2d3516e1..84f7c2c4 100644 --- a/src/frontend/src/features/home/components/IntroSlider.tsx +++ b/src/frontend/src/features/home/components/IntroSlider.tsx @@ -207,6 +207,7 @@ export const IntroSlider = () => { {slide.isAvailableInBeta && ( & TooltipWrapperProps & { // Use tooltip as description below the button. description?: boolean + target?: string } export const LinkButton = ({