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/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/page.tsx') 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