From 6044972014c70cc961c5ce55a5743409bfda9733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20R=C3=B6ssner?= Date: Wed, 16 Oct 2024 10:41:18 +1100 Subject: [PATCH] Changed logo to the real logo --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index a0e0ce0..f221e13 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -11,7 +11,7 @@ export const metadata: Metadata = { title: "Convex + Next.js + Convex Auth", description: "Generated by npm create convex", icons: { - icon: "/convex.svg", + icon: "/logo.png", }, };