diff options
| author | mihailo.vojinovic <mihailonvojinovic@gmail.com> | 2026-02-04 14:27:36 +0100 |
|---|---|---|
| committer | mihailo.vojinovic <mihailonvojinovic@gmail.com> | 2026-02-04 14:27:36 +0100 |
| commit | bf023d6846a0ed5cea5f8b27ac8759435ee5ea2f (patch) | |
| tree | 12a968a167fd891e442c16ccaba201747b461976 /src/app/layout.tsx | |
| parent | 653bca125af55b2316bb276e56b7f275601db507 (diff) | |
| download | invoice-bf023d6846a0ed5cea5f8b27ac8759435ee5ea2f.tar.gz invoice-bf023d6846a0ed5cea5f8b27ac8759435ee5ea2f.zip | |
Remove boilerplate
Diffstat (limited to 'src/app/layout.tsx')
| -rw-r--r-- | src/app/layout.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f7fa87e..42cf8c3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -13,8 +13,8 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "Free Invoices", + description: "Generate invoices for free", }; export default function RootLayout({ |
