diff --git a/src/app/components/header.tsx b/src/app/components/header.tsx index 0d95c5a..2cb0daa 100644 --- a/src/app/components/header.tsx +++ b/src/app/components/header.tsx @@ -10,14 +10,16 @@ export default async function Header() { const session = await getServerSession(); return ( -
- +
+ TomodachiShare - +
+ +
-
    +
    • diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7cbef6f..9e6e80a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,9 +20,10 @@ export default function RootLayout({ }>) { return ( - +
      - {children} + +
      {children}
      ); diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index 058c340..ccf34ef 100644 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -13,9 +13,9 @@ export default async function LoginPage() { } return ( -
      -

      Welcome to TomodachiShare!

      -

      Choose your login method

      +
      +

      Welcome to TomodachiShare!

      +

      Choose your login method

      diff --git a/src/app/page.tsx b/src/app/page.tsx index f803054..be71a88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,9 +1,9 @@ export default function Page() { return ( -
      +
      {/* testing purposes only */} - {[...Array(3)].map((_, index) => ( -
      + {[...Array(12)].map((_, index) => ( +
      mii

      Frieren