Update src/app/layout.tsx

This commit is contained in:
2026-03-04 12:43:30 +00:00
parent 2967693586
commit deff5254c1

View File

@@ -7,7 +7,8 @@ import "./styles/base.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Chihab_070 - Wild Rift Gaming", description: "Gaming & Tech | Wild Rift Champion | Mobile Esports Creator"};
title: "Chihab_070 - Wild Rift Gaming", description: "Gaming & Tech | Wild Rift Champion | Mobile Esports Creator"
};
export default function RootLayout({
children,
@@ -1386,4 +1387,4 @@ export default function RootLayout({
</body>
</html>
);
}
}