Update favicon and metadatas
This commit is contained in:
BIN
app/favicon.ico
BIN
app/favicon.ico
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 1.2 KiB |
@@ -15,8 +15,8 @@ const birthstone = Birthstone({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Create Next App",
|
||||
description: "Generated by create next app",
|
||||
title: "Satolaatikot",
|
||||
description: "Kalenteri Livonsaaren Osuuspuutarhan satolaatikoiden jakopäivistä",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -25,7 +25,7 @@ export default function RootLayout({
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<html lang="fi">
|
||||
<body className={`${notoSans.variable}` + ` ${birthstone.variable}`}>
|
||||
{children}
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user