diff --git a/src/app/(auth)/(signin)/page.tsx b/src/app/(auth)/(signin)/page.tsx index 4f2476b..454a06f 100644 --- a/src/app/(auth)/(signin)/page.tsx +++ b/src/app/(auth)/(signin)/page.tsx @@ -5,7 +5,7 @@ import { buttonVariants } from "@/components/ui/button"; import { cn } from "@/lib/utils"; export const metadata: Metadata = { - title: "Sign In", + title: "Sign In | Skilld", description: "Sign In to start your journey with Skilld.", }; diff --git a/src/app/favicon.ico b/src/app/favicon.ico index 718d6fe..fc3f44a 100644 Binary files a/src/app/favicon.ico and b/src/app/favicon.ico differ diff --git a/src/components/layout/header.tsx b/src/components/layout/header.tsx index 2cdc9ce..3fd6f76 100644 --- a/src/components/layout/header.tsx +++ b/src/components/layout/header.tsx @@ -3,13 +3,29 @@ import { cn } from "@/lib/utils"; import { MobileSidebar } from "./mobile-sidebar"; import { UserNav } from "./user-nav"; import Link from "next/link"; +import Image from "next/image"; export default function Header() { return (