Skip to content

Commit

Permalink
chore: correct tag id (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
LordCheta authored Jan 14, 2025
1 parent ffca304 commit c4c68ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ export const RNS_REGISTRY_ADDRESS = process.env.NEXT_PUBLIC_RNS_REGISTRY_ADDRESS
export const NODE_URL = process.env.NEXT_PUBLIC_NODE_URL
export const DEFAULT_NUMBER_OF_SECONDS_PER_BLOCK = 30

export const GOOGLE_TAG_ID = 'GTM-PTL6VZM'
export const GOOGLE_TAG_ID = 'GTM-PTL6VZMT'

0 comments on commit c4c68ef

Please sign in to comment.