Skip to content

Commit

Permalink
Fix wording -- control -> charge
Browse files Browse the repository at this point in the history
  • Loading branch information
nkalupahana committed Mar 15, 2024
1 parent 91e3286 commit 9cc78a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ <h2>Ready to get started?</h2>

posthog.onFeatureFlags(() => {
if (posthog.getFeatureFlag('new-landing-title-ab') === "test") {
document.getElementById("landing-title").innerHTML = `take <b><i>control</i></b> of <br class="heading-break" /> your mental health`;
document.getElementById("landing-title").innerHTML = `take <b><i>charge</i></b> of <br class="heading-break" /> your mental health`;
}
})
</script>

0 comments on commit 9cc78a2

Please sign in to comment.