Merged in fix/hotjar-suppress-fixes (pull request #1192)

fix: hotjar - suppress personal data

* fix: hotjar - suppress personal data

* More suppressing
This commit is contained in:
Linus Flood
2025-02-04 06:47:36 +00:00
parent e7fbcd8a80
commit 0800c877a3
6 changed files with 17 additions and 6 deletions

View File

@@ -49,7 +49,7 @@ export default function MyPagesMenu({
>
<Avatar initials={getInitials(user.firstName, user.lastName)} />
<Body textTransform="bold" color="baseTextHighContrast" asChild>
<span>
<span data-hj-suppress>
{intl.formatMessage(
{ id: "Hi {firstName}!" },
{ firstName: user.firstName }