Skip to content

Commit 052c22c

Browse files
committed
Update GA tag
1 parent 1516de4 commit 052c22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/store/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { socketIOManagerMiddleware } from './middlewares/manager';
2222
const composeEnhancer = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || compose;
2323

2424
if (process.env.NODE_ENV === 'production') {
25-
ReactGA.initialize('UA-143761187-3', {
25+
ReactGA.initialize('G-RZQ3J1CF6Q', {
2626
debug: false,
2727
});
2828
}

0 commit comments

Comments
 (0)