Merge version_8 into main #9

Merged
bender merged 2 commits from version_8 into main 2026-03-04 03:19:56 +00:00
2 changed files with 5 additions and 4 deletions

View File

@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
import { Figtree } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
@@ -48,11 +47,13 @@ export default function RootLayout({
}>) {
return (
<html lang="en" suppressHydrationWarning>
<head>
<script async src="https://webuild-tags.vercel.app/tag.js" data-website-id="c25bbf6f-ac27-4baf-a8c9-f8fb2f79a26f"></script>
</head>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -1425,4 +1426,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -209,4 +209,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}