From dd47bc673d0dd6586948a9fdaa60873df80b2eff Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Thu, 4 Jun 2020 10:56:57 -0400 Subject: [PATCH] fix links in embeds --- ui/component/button/view.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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} );