fix
This commit is contained in:
@@ -24,32 +24,11 @@ import '@fontsource/roboto'
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<Head {...props} />
|
||||
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script type="text/partytown" src="https://www.googletagmanager.com/gtag/js?id=G-GSTQ17E9DJ"></script>
|
||||
<script type="text/partytown">
|
||||
window.dataLayer = window.dataLayer || []
|
||||
window.gtag = function gtag() {
|
||||
dataLayer.push(arguments)
|
||||
}
|
||||
gtag('js', new Date())
|
||||
|
||||
gtag('config', 'G-GSTQ17E9DJ')
|
||||
</script>
|
||||
<!-- End Google tag (gtag.js) -->
|
||||
|
||||
<!-- Facebook Pixel Code -->
|
||||
<script type="text/partytown" src="/fbevents.js"></script>
|
||||
<script type="text/partytown">
|
||||
fbq('init', '1668701220059147')
|
||||
fbq('track', 'PageView')
|
||||
</script>
|
||||
<!-- End Facebook Pixel Code -->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<Container className="flex items-center py-3">
|
||||
<a href="/"><Logo className="h-8" /></a>
|
||||
<a href="/" aria-label="Página inicial"><Logo className="h-8" /></a>
|
||||
|
||||
<div class="ml-auto">
|
||||
<a href="//app.betaeducacao.com.br" class="flex gap-1 items-center hover:outline rounded-xs">
|
||||
|
||||
Reference in New Issue
Block a user