ö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 = {
|
export const metadata: Metadata = {
|
||||||
title: "Vbytes LAN Registration",
|
title: "Vbytes LAN-anmälan",
|
||||||
description: "Register for the upcoming Vbytes LAN event.",
|
description: "Anmäl dig till kommande LAN-evenemang hos Vbytes.",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|
@ -24,7 +24,7 @@ export default function RootLayout({
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}>) {
|
||||||
return (
|
return (
|
||||||
<html lang="en">
|
<html lang="sv">
|
||||||
<body
|
<body
|
||||||
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
|
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -165,7 +165,7 @@ export default function LandingPage() {
|
||||||
Bli Funktionär
|
Bli Funktionär
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
<p>© 2026 Vbytes Gaming. All rights reserved.</p>
|
<p>© 2026 Vbytes Gaming. Alla rättigheter förbehållna.</p>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue