This commit is contained in:
+10
-10
@@ -1,5 +1,5 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
// import { Geist, Geist_Mono } from "next/font/google";
|
||||
import "swiper/css";
|
||||
import "./globals.css";
|
||||
import 'rc-rate/assets/index.css';
|
||||
@@ -15,15 +15,15 @@ import ToastContainer from "@/components/Toast";
|
||||
// import SplashChatgpt from "@/components/SplashChatgpt";
|
||||
// import Splash from "@/components/Splash";
|
||||
|
||||
const geistSans = Geist({
|
||||
variable: "--font-geist-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
// const geistSans = Geist({
|
||||
// variable: "--font-geist-sans",
|
||||
// subsets: ["latin"],
|
||||
// });
|
||||
|
||||
const geistMono = Geist_Mono({
|
||||
variable: "--font-geist-mono",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
// const geistMono = Geist_Mono({
|
||||
// variable: "--font-geist-mono",
|
||||
// subsets: ["latin"],
|
||||
// });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "danakcorp",
|
||||
@@ -52,7 +52,7 @@ export default function RootLayout({
|
||||
/>
|
||||
</head>
|
||||
<body
|
||||
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
|
||||
className="antialiased"
|
||||
>
|
||||
<QueryProvider>
|
||||
{/* <Splash /> */}
|
||||
|
||||
Reference in New Issue
Block a user