kopia lustrzana https://github.com/bugout-dev/moonstream
Changing GTAG away from universal analytics.
rodzic
bb2b76def6
commit
e9412c6acb
|
@ -45,7 +45,7 @@ export default class MyDocument extends Document {
|
|||
{/* <!-- Global site tag (gtag.js) - Google Analytics --> */}
|
||||
<script
|
||||
async
|
||||
src="https://www.googletagmanager.com/gtag/js?id=UA-156911549-2"
|
||||
src="https://www.googletagmanager.com/gtag/js?id=G-MNVHX36LZ1"
|
||||
></script>
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
@ -55,7 +55,7 @@ export default class MyDocument extends Document {
|
|||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag("js", new Date());
|
||||
gtag("config", "UA-156911549-2");`,
|
||||
gtag("config", "G-MNVHX36LZ1");`,
|
||||
}}
|
||||
/>
|
||||
</Head>
|
||||
|
|
|
@ -353,10 +353,7 @@ const Homepage = () => {
|
|||
rounded={["lg", "xl", "2xl"]}
|
||||
px={5}
|
||||
>
|
||||
<Stack
|
||||
direction={["row", "row", "row", "row", "row", "row"]}
|
||||
h="100%"
|
||||
>
|
||||
<HStack h="100%">
|
||||
<Center w={[null, null, "40%"]} h="100%">
|
||||
<Flex>
|
||||
<Center w="100%">
|
||||
|
@ -414,7 +411,7 @@ const Homepage = () => {
|
|||
</Center>
|
||||
</Flex>
|
||||
</Center>
|
||||
</Stack>
|
||||
</HStack>
|
||||
</Box>
|
||||
</Flex>
|
||||
</Box>
|
||||
|
|
Ładowanie…
Reference in New Issue