mirror of
https://github.com/katanemo/plano.git
synced 2026-05-09 15:52:44 +02:00
feat(web): announce DigitalOcean acquisition across sites
This commit is contained in:
parent
0857cfafbf
commit
d5de792cb4
9 changed files with 3080 additions and 685 deletions
|
|
@ -66,7 +66,9 @@ export default function RootLayout({
|
|||
}>) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body className={`${ibmPlexSans.variable} antialiased text-white`}>
|
||||
<body
|
||||
className={`${ibmPlexSans.variable} overflow-hidden antialiased text-white`}
|
||||
>
|
||||
{/* Google tag (gtag.js) */}
|
||||
<Script
|
||||
src="https://www.googletagmanager.com/gtag/js?id=G-RLD5BDNW5N"
|
||||
|
|
@ -80,7 +82,9 @@ export default function RootLayout({
|
|||
gtag('config', 'G-RLD5BDNW5N');
|
||||
`}
|
||||
</Script>
|
||||
<div className="min-h-screen">{children}</div>
|
||||
<div className="h-screen overflow-hidden">
|
||||
{children}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue