diff --git a/ui/component/button/view.jsx b/ui/component/button/view.jsx index b57a9d72f..bb2501957 100644 --- a/ui/component/button/view.jsx +++ b/ui/component/button/view.jsx @@ -128,10 +128,11 @@ const Button = forwardRef((props: Props, ref: any) => { {iconRight && } ); + // TODO: replace the below with an outbound link tracker for matomo if (href) { return ( - + {content} );