diff --git a/components/pages/HomePage.js b/components/pages/HomePage.js index 9e3a807e3..da0c47baa 100644 --- a/components/pages/HomePage.js +++ b/components/pages/HomePage.js @@ -14,6 +14,7 @@ import QuestionStepper from "@/src/components/QuestionStepper"; import AlertBannerList from "@/src/components/AlertBannerList"; import ScreenReader from "@/src/components/ScreenReader"; import {goToPersonalisationNextPath} from "@/src/utils/routing" +import { usersnapFireEvent } from "@/helpers/usersnap.helpers.js" const LOGO = "/images/ask-izzy-logo-single-line-yellow.svg"; @@ -31,6 +32,7 @@ function HomePage(): ReactNode { const savedSearchText = storage.getSearch(); savedSearchText && setInitialSearchText(savedSearchText) resetDfvOptions(); + usersnapFireEvent("try-beta") }, []) const onSearchSubmit = (searchText): void => {