From c21718a4afa5c96cdfdc45511d04d6893c1a0039 Mon Sep 17 00:00:00 2001 From: Robert Vitonsky Date: Mon, 24 Jun 2024 16:22:16 +0200 Subject: [PATCH 01/11] feat: track outbound clicks --- site/src/components/PageLayout/PageLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/components/PageLayout/PageLayout.tsx b/site/src/components/PageLayout/PageLayout.tsx index 3d4c695b..71a08a07 100644 --- a/site/src/components/PageLayout/PageLayout.tsx +++ b/site/src/components/PageLayout/PageLayout.tsx @@ -12,7 +12,7 @@ export const PageLayout: FC = ({ children }) => {