översättning
This commit is contained in:
parent
0dc3d05c68
commit
378f7fbf2a
2 changed files with 9 additions and 9 deletions
|
|
@ -14,8 +14,8 @@ const geistMono = Geist_Mono({
|
|||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Vbytes LAN Registration",
|
||||
description: "Register for the upcoming Vbytes LAN event.",
|
||||
title: "Vbytes LAN-anmälan",
|
||||
description: "Anmäl dig till kommande LAN-evenemang hos Vbytes.",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
|
@ -24,7 +24,7 @@ export default function RootLayout({
|
|||
children: React.ReactNode;
|
||||
}>) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<html lang="sv">
|
||||
<body
|
||||
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@ export default function LandingPage() {
|
|||
Bli Funktionär
|
||||
</Link>
|
||||
</div>
|
||||
<p>© 2026 Vbytes Gaming. All rights reserved.</p>
|
||||
<p>© 2026 Vbytes Gaming. Alla rättigheter förbehållna.</p>
|
||||
</footer>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue