Merge version_3 into main #6
@@ -2,7 +2,7 @@ import type { Metadata } from "next";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
const inter = Inter({ subsets: ["latin"], variable: "--font-inter" });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Synex - Premium FiveM Cheat", description: "Experience the ultimate FiveM cheat with cutting-edge features, seamless integration, and undetectable performance."
|
||||
@@ -15,7 +15,7 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<body className={inter.className}>
|
||||
<body className={inter.variable}>
|
||||
{children}
|
||||
<script
|
||||
async
|
||||
|
||||
Reference in New Issue
Block a user