fix
This commit is contained in:
@@ -24,32 +24,11 @@ import '@fontsource/roboto'
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<Head {...props} />
|
<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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<Container className="flex items-center py-3">
|
<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">
|
<div class="ml-auto">
|
||||||
<a href="//app.betaeducacao.com.br" class="flex gap-1 items-center hover:outline rounded-xs">
|
<a href="//app.betaeducacao.com.br" class="flex gap-1 items-center hover:outline rounded-xs">
|
||||||
|
|||||||
@@ -189,7 +189,11 @@ const trainer = data.course?.trainer ? await getEntry(data.course?.trainer) : nu
|
|||||||
))}
|
))}
|
||||||
|
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<a href="https://www.linkedin.com/in/francis-ricardo-baretta-5262ab11a/" target="_blank">
|
<a
|
||||||
|
href="https://www.linkedin.com/in/francis-ricardo-baretta-5262ab11a/"
|
||||||
|
target="_blank"
|
||||||
|
aria-label="LinkedIn"
|
||||||
|
>
|
||||||
<LinkedInIcon className="fill-white/70 w-6" />
|
<LinkedInIcon className="fill-white/70 w-6" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user