diff options
| author | mihna123 <mihailonvojinovic@gmail.com> | 2026-05-24 22:12:19 +0200 |
|---|---|---|
| committer | mihna123 <mihailonvojinovic@gmail.com> | 2026-05-24 22:12:19 +0200 |
| commit | 459235faf58dd5ba8b7809e7c0fe86c740f4fbf7 (patch) | |
| tree | ed0667e1b8cf053e335d43e02a70b1af142e8f86 /src/app/layout.tsx | |
| parent | b7be02e2c55ff40cc82a1c2038c315192eccfbe8 (diff) | |
| download | invoice-459235faf58dd5ba8b7809e7c0fe86c740f4fbf7.tar.gz invoice-459235faf58dd5ba8b7809e7c0fe86c740f4fbf7.zip | |
feat: new favicon and title
Diffstat (limited to 'src/app/layout.tsx')
| -rw-r--r-- | src/app/layout.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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', }; |
