Skip to content

Commit

Permalink
Somehow fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
alexristinmaa committed Mar 30, 2024
1 parent 67300d8 commit 76f106b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions alexanderristinmaa/app/hemligt/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const metadata = {
title: 'Next.js',
description: 'Generated by Next.js',
title: 'Arvid poopy',
description: 'bajsmannen',
}

export default function RootLayout({
Expand All @@ -9,7 +9,7 @@ export default function RootLayout({
children: React.ReactNode
}) {
return (
<html lang="en">
<html lang="sv">
<body>{children}</body>
</html>
)
Expand Down

0 comments on commit 76f106b

Please sign in to comment.