From 459235faf58dd5ba8b7809e7c0fe86c740f4fbf7 Mon Sep 17 00:00:00 2001 From: mihna123 Date: Sun, 24 May 2026 22:12:19 +0200 Subject: feat: new favicon and title --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/layout.tsx') diff --git a/src/app/layout.tsx b/src/app/layout.tsx index be69e70..8630def 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -13,7 +13,7 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: 'Free Invoices', + title: 'Free Invoice Generator', description: 'Generate invoices for free', }; -- cgit v1.3.1