Skip to content

Commit 82598a9

Browse files
committed
fix(examples) - Trying to fix echo's "_gl=1... " link issue
1 parent 4fbad6b commit 82598a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Examples/src/components/AppDetailsRouters/CodeActionButton.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ export const CodeActionButton: React.FC<CodeActionButtonProps> = ({
4242
onClick={onClick}
4343
title={title}
4444
rel={rel}
45-
>
45+
data-ga-ignore="true" // prevent Echo adding _gl=1... to a link
46+
data-ignore-ga="true"
47+
>
4648
<Icon name={iconName} />
4749
{label ? <p>{label}</p> : null}
4850
</a>

0 commit comments

Comments
 (0)