From 9cc78a219cdaefd4a3a41cfcbd361a6244bf8473 Mon Sep 17 00:00:00 2001 From: nkalupahana Date: Thu, 14 Mar 2024 20:42:02 -0500 Subject: [PATCH] Fix wording -- control -> charge --- _layouts/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/home.html b/_layouts/home.html index e375ba1..7fa1fb6 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -257,7 +257,7 @@

Ready to get started?

posthog.onFeatureFlags(() => { if (posthog.getFeatureFlag('new-landing-title-ab') === "test") { - document.getElementById("landing-title").innerHTML = `take control of
your mental health`; + document.getElementById("landing-title").innerHTML = `take charge of
your mental health`; } })