Skip to content

Commit

Permalink
refactor: update clarity project id
Browse files Browse the repository at this point in the history
  • Loading branch information
brandstetterm committed Dec 17, 2024
1 parent 2e0cc17 commit 7b34581
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ exports[`Column should have correct style show column with correct style 1`] = `
>
<div
class="note__text"
data-clarity-mask="True"
>
Lorem Ipsum
</div>
Expand Down Expand Up @@ -1166,6 +1167,7 @@ exports[`Column should have correct style show column with correct style 1`] = `
>
<div
class="note__text"
data-clarity-mask="True"
>
Lorem Ipsum
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if (ANALYTICS_DATA_DOMAIN && ANALYTICS_SRC) {

const root = createRoot(document.getElementById("root") as HTMLDivElement);

Clarity.init("pf8vadt2x0");
Clarity.init("pffqg7itv6");

root.render(
<React.StrictMode>
Expand Down

0 comments on commit 7b34581

Please sign in to comment.