Skip to content

Commit

Permalink
chore: update gtag id for builder app (#3819)
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk authored Feb 7, 2025
1 parent da0840d commit c5f4bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/builder/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default async function RootLayout({ children }: Readonly<{ children: Reac
<ContextProvider>{children}</ContextProvider>
</AppKitProvider>
</ThemeProvider>
<GoogleTagManager gtmId="G-X4S1RDVEGE" />
<GoogleTagManager gtmId="G-38H3M597C1" />
</body>
</html>
)
Expand Down

0 comments on commit c5f4bfb

Please sign in to comment.