Remove watermark

This commit is contained in:
2026-04-08 23:42:48 +00:00
parent 9e4243d407
commit 0f8663b2db

View File

@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
import { Open_Sans } 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"],
@@ -41,7 +40,7 @@ export default function RootLayout({
<body
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
>
<Tag />
{children}
<script