Merge version_5 into main #10

Merged
bender merged 1 commits from version_5 into main 2026-03-07 20:17:33 +00:00

View File

@@ -2,8 +2,6 @@ import type { Metadata } from "next";
import localFont from "next/font/local";
import "./styles/variables.css";
import "./styles/base.css";
import { ServiceWrapper } from "@/providers/serviceWrapper";
import { Tag } from "@/components/shared/Tag";
const geistSans = localFont({
src: "./fonts/GeistVF.woff2", variable: "--font-geist-sans", weight: "100 900"});
@@ -24,10 +22,7 @@ export default function RootLayout({
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
>
<ServiceWrapper>
<Tag />
{children}
</ServiceWrapper>
{children}
<script
dangerouslySetInnerHTML={{
__html: `