diff --git a/dashboard/src/components/LinkGroup/LinkGroup.tsx b/dashboard/src/components/LinkGroup/LinkGroup.tsx index 1fc27c1..8c88969 100644 --- a/dashboard/src/components/LinkGroup/LinkGroup.tsx +++ b/dashboard/src/components/LinkGroup/LinkGroup.tsx @@ -23,6 +23,7 @@ const LinksGroup = ({ links }: ILinkGroup): JSX.Element => { icon={link.icon} linkText={link.linkText} key={link.link} + link={link.link} /> ), ); diff --git a/dashboard/src/components/LinkWithIcon/LinkWithIcon.tsx b/dashboard/src/components/LinkWithIcon/LinkWithIcon.tsx index 19e7d14..2382276 100644 --- a/dashboard/src/components/LinkWithIcon/LinkWithIcon.tsx +++ b/dashboard/src/components/LinkWithIcon/LinkWithIcon.tsx @@ -16,7 +16,12 @@ const LinkWithIcon = ({ return (