Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-03-09 07:53:21 +00:00

View File

@@ -1,8 +1,6 @@
import type { Metadata } from "next";
import { Lora } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/wrapper/ServiceWrapper";
import { Tag } from "@/components/tag/Tag";
const lora = Lora({
variable: "--font-lora", subsets: ["latin", "cyrillic"],
@@ -20,10 +18,7 @@ export default function RootLayout({
return (
<html lang="ru" suppressHydrationWarning>
<body className={`${lora.variable} antialiased`}>
<ServiceWrapper>
{children}
<Tag />
</ServiceWrapper>
{children}
<script
dangerouslySetInnerHTML={{
__html: `