Merge version_18 into main #31

Merged
bender merged 2 commits from version_18 into main 2026-03-08 00:19:32 +00:00
2 changed files with 2 additions and 6 deletions

View File

@@ -99,6 +99,7 @@ const FAQPage = () => {
mediaPosition="left"
faqsAnimation="slide-up"
animationType="smooth"
mediaAnimation="none"
/>
</div>

View File

@@ -1,8 +1,6 @@
import type { Metadata } from "next";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import { Tag } from "@/components/tag/Tag";
import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper";
const geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
@@ -36,10 +34,7 @@ export default function RootLayout({
/>
</head>
<body className={`${geist.variable} ${geist_mono.variable} antialiased`} suppressHydrationWarning>
<ServiceWrapper>
<Tag />
{children}
</ServiceWrapper>
{children}
<script
dangerouslySetInnerHTML={{