Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-08 19:59:59 +00:00

View File

@@ -3,8 +3,6 @@ import { Inter } from "next/font/google";
import "./globals.css";
import "./styles/variables.css";
import "./styles/base.css";
import { ServiceWrapper } from "@/providers/service";
import { Tag } from "@/components/tag";
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
@@ -21,10 +19,7 @@ export default function RootLayout({
return (
<html lang="de" suppressHydrationWarning>
<body className={`${inter.variable} antialiased`}>
<ServiceWrapper>
<Tag />
{children}
</ServiceWrapper>
{children}
<script
dangerouslySetInnerHTML={{
__html: `