From 303ef0bd9e682b1b3eedff7f9597ccece7c34be3 Mon Sep 17 00:00:00 2001 From: Stefan Secrieru Date: Wed, 22 Jul 2026 15:19:57 +0300 Subject: [PATCH] fix(a11y-landmark): spread other html props over tabs nav item --- src/components/Tabs/Tabs.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Tabs/Tabs.tsx b/src/components/Tabs/Tabs.tsx index 22d39d15a..8e9564c35 100644 --- a/src/components/Tabs/Tabs.tsx +++ b/src/components/Tabs/Tabs.tsx @@ -51,9 +51,10 @@ const Tabs = ({ className, links, listClassName, + ...props }: Props

): React.JSX.Element => { return ( -