From d1e8b0017dee12e04dbad9e85f7a8b497e584d1b Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Tue, 26 Mar 2024 02:26:33 +0000 Subject: ui: Migrate to the new logo everywhere --- apps/web/app/favicon.ico | Bin 15406 -> 15086 bytes apps/web/app/signin/page.tsx | 7 ++----- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'apps/web/app') diff --git a/apps/web/app/favicon.ico b/apps/web/app/favicon.ico index 750e3c04..d940a939 100644 Binary files a/apps/web/app/favicon.ico and b/apps/web/app/favicon.ico differ diff --git a/apps/web/app/signin/page.tsx b/apps/web/app/signin/page.tsx index 4dc81376..441187e1 100644 --- a/apps/web/app/signin/page.tsx +++ b/apps/web/app/signin/page.tsx @@ -1,7 +1,7 @@ import { redirect } from "next/dist/client/components/navigation"; +import HoarderLogo from "@/components/HoarderIcon"; import SignInForm from "@/components/signin/SignInForm"; import { getServerAuthSession } from "@/server/auth"; -import { PackageOpen } from "lucide-react"; export default async function SignInPage() { const session = await getServerAuthSession(); @@ -12,10 +12,7 @@ export default async function SignInPage() { return (
- - - -

Hoarder

+
-- cgit v1.2.3-70-g09d2