diff options
| -rw-r--r-- | src/app/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/page.tsx b/src/app/page.tsx index 3892b19..192a102 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 ( <main className="space-y-4 p-2"> - <h1 className="text-xl">Free Invoice Generator</h1> + <h1 className="text-xl">🧾 Free Invoice Generator</h1> <InvoiceGenerator /> </main> ); |
