Change favicon and metadata in layout
This commit is contained in:
parent
9ad90aaa8d
commit
69d98c69b5
2 changed files with 2 additions and 3 deletions
BIN
app/favicon.ico
BIN
app/favicon.ico
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 15 KiB |
|
|
@ -15,8 +15,8 @@ const playfair = Playfair_Display({
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Create Next App",
|
title: "Server Dashboard",
|
||||||
description: "Generated by create next app",
|
description: "My server dashboard",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|
@ -27,7 +27,6 @@ export default function RootLayout({
|
||||||
return (
|
return (
|
||||||
<html
|
<html
|
||||||
lang="en"
|
lang="en"
|
||||||
// Add the new font variables here
|
|
||||||
className={`${dmSans.variable} ${playfair.variable} h-full antialiased`}
|
className={`${dmSans.variable} ${playfair.variable} h-full antialiased`}
|
||||||
>
|
>
|
||||||
<body className="min-h-full h-full flex flex-col">{children}</body>
|
<body className="min-h-full h-full flex flex-col">{children}</body>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue