diff --git a/govtool/frontend/src/components/molecules/LinkWithIcon.tsx b/govtool/frontend/src/components/molecules/LinkWithIcon.tsx
index ecfa97b16..7eef35a94 100644
--- a/govtool/frontend/src/components/molecules/LinkWithIcon.tsx
+++ b/govtool/frontend/src/components/molecules/LinkWithIcon.tsx
@@ -6,6 +6,7 @@ import { Typography } from "@atoms";
import { LinkWithIconProps } from "./types";
export const LinkWithIcon = ({
+ dataTestId,
label,
onClick,
icon,
@@ -13,7 +14,7 @@ export const LinkWithIcon = ({
cutWithEllipsis,
}: LinkWithIconProps) => (
+
);
}
});
@@ -93,8 +97,9 @@ export const CreateGovernanceActionForm = ({
links.length > 1 ? (
removeLink(index)}
+ sx={{ cursor: "pointer", height: 24, with: 24 }}
/>
) : null
}
@@ -141,7 +146,12 @@ export const CreateGovernanceActionForm = ({
{renderLinks()}
{links?.length < MAX_NUMBER_OF_LINKS ? (
-