Skip to content

Commit

Permalink
fix: change hotjar id
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-jy-park committed Apr 27, 2024
1 parent 04d06c5 commit 4dd63dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/global-provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ axios.interceptors.response.use(
}
);

const HJID = 4939296;
const HJID = 4961250;
const HJSV = 6;

export const GlobalProvider = ({ children }: { children: React.ReactNode }) => {
Expand Down

0 comments on commit 4dd63dd

Please sign in to comment.