Remove watermark

This commit is contained in:
2026-05-14 18:23:29 +00:00
parent e77312227e
commit 088a7fd799

View File

@@ -3,7 +3,6 @@ import { DM_Sans } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
@@ -43,7 +42,7 @@ export default function RootLayout({
<body
className={`${dmSans.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script