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/favicon.ico | Bin 25931 -> 3742 bytes src/app/layout.tsx | 2 +- src/app/page.tsx | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app') diff --git a/src/app/favicon.ico b/src/app/favicon.ico index 718d6fe..e0228e0 100644 Binary files a/src/app/favicon.ico and b/src/app/favicon.ico differ 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', }; diff --git a/src/app/page.tsx b/src/app/page.tsx index 192a102..4437cc6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { InvoiceGenerator } from '@/components/invoice-generator'; export default function Home() { return (
-

🧾 Free Invoice Generator

+

🧾 Free Invoice Generator

); -- cgit v1.3.1