From e8ee7a8b50319ff7842cde2d8b3093d33e274605 Mon Sep 17 00:00:00 2001 From: krupa Date: Mon, 27 Oct 2025 17:10:18 +0530 Subject: [PATCH] fix: add plausible event tracking for "Request Demo" link and update newsletter endpoint formatting --- overrides/partials/footer.html | 41 +++++++++++++++++++++------------- overrides/partials/header.html | 2 +- 2 files changed, 26 insertions(+), 17 deletions(-) diff --git a/overrides/partials/footer.html b/overrides/partials/footer.html index 7b616e4a..181f9d89 100644 --- a/overrides/partials/footer.html +++ b/overrides/partials/footer.html @@ -183,7 +183,8 @@ // Configuration const NEWSLETTER_CONFIG = window.NEWSLETTER_CONFIG || { RECAPTCHA_SITE_KEY: "6LdvUdMrAAAAAJksqV0YEwNBEBGL2SB90Gebun5n", - NEWSLETTER_ENDPOINT: "https://5cciazu22tev222enhrbx6w3y40hscvu.lambda-url.us-east-2.on.aws", + NEWSLETTER_ENDPOINT: + "https://5cciazu22tev222enhrbx6w3y40hscvu.lambda-url.us-east-2.on.aws", FALLBACK_ENDPOINT: "https://5cciazu22tev222enhrbx6w3y40hscvu.lambda-url.us-east-2.on.aws", }; @@ -1062,21 +1063,29 @@ footerData.forEach((section) => { const column = document.createElement("div"); column.innerHTML = ` -
${ - section.title - }
- - `; +
+ ${section.title} +
+ + `; container.appendChild(column); }); diff --git a/overrides/partials/header.html b/overrides/partials/header.html index 5f483430..85ffeb92 100644 --- a/overrides/partials/header.html +++ b/overrides/partials/header.html @@ -152,7 +152,7 @@