diff --git a/src/app/favicon.ico b/src/app/favicon.ico index 718d6fe..60e3566 100644 Binary files a/src/app/favicon.ico and b/src/app/favicon.ico differ diff --git a/src/app/globals.css b/src/app/globals.css index 47bace4..283c81e 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -43,6 +43,10 @@ --radius-xl: calc(var(--radius) + 4px); } +@theme { + --breakpoint-xs: 30rem; +} + body { font-family: "Work Sans", Arial, Helvetica, sans-serif; width: 100vw; diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3bb7002..3945d24 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,5 +1,5 @@ // Head metadata -// import type { Metadata } from "next"; +import type { Metadata } from "next"; import Head from 'next/head'; // Provides the theme context to the app @@ -20,10 +20,10 @@ const workSans = Work_Sans({ // Commented out for now, because it doesn't work having client components in the layout file -// export const metadata: Metadata = { -// title: "Tipilan", -// description: "TipiLAN on pungil põnevatest turniiridest, mini-võistlustest, loengutest ja paljust muust.", -// }; +export const metadata: Metadata = { + title: "TipiLAN", + description: "TipiLAN 2025 – Eesti suurim tudengite korraldatud LAN!", +}; export default function RootLayout({ children, diff --git a/src/app/page.tsx b/src/app/page.tsx index 66f900b..5e6af3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ export default function Home() { return (