We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fbad6b commit 82598a9Copy full SHA for 82598a9
Examples/src/components/AppDetailsRouters/CodeActionButton.tsx
@@ -42,7 +42,9 @@ export const CodeActionButton: React.FC<CodeActionButtonProps> = ({
42
onClick={onClick}
43
title={title}
44
rel={rel}
45
- >
+ data-ga-ignore="true" // prevent Echo adding _gl=1... to a link
46
+ data-ignore-ga="true"
47
+ >
48
<Icon name={iconName} />
49
{label ? <p>{label}</p> : null}
50
</a>
0 commit comments