smart smart method by google gemini
This commit is contained in:
@@ -2,7 +2,6 @@ import type { Metadata } from "next";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { TooltipProvider } from "@/components/ui/tooltip";
|
||||
import { QuickTopUI } from "@/components/QuickTopUI";
|
||||
|
||||
const geistSans = Geist({
|
||||
variable: "--font-geist-sans",
|
||||
@@ -15,7 +14,7 @@ const geistMono = Geist_Mono({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "OCbwoy3-Chan-blox",
|
||||
title: "ocbwoy3-chan-blox",
|
||||
description: "roblox meets next.js i think"
|
||||
};
|
||||
|
||||
@@ -27,10 +26,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en">
|
||||
<body
|
||||
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
|
||||
className={`${geistSans.variable} ${geistMono.variable} antialiased overflow-x-hidden`}
|
||||
>
|
||||
<TooltipProvider>
|
||||
<QuickTopUI />
|
||||
{children}
|
||||
</TooltipProvider>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user