Skip to content

Commit

Permalink
Update app name
Browse files Browse the repository at this point in the history
  • Loading branch information
demanguillaume committed Jun 24, 2024
1 parent bdc88bb commit 28bab91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import "./globals.css";

const inter = Inter({ subsets: ["latin"] });

const APP_NAME = "PWA App";
const APP_DEFAULT_TITLE = "My Awesome PWA App";
const APP_TITLE_TEMPLATE = "%s - PWA App";
const APP_DESCRIPTION = "Best PWA app in the world!";
const APP_NAME = "Patrigma";
const APP_DEFAULT_TITLE = "Patrigma";
const APP_TITLE_TEMPLATE = "%s - Patrigma";
const APP_DESCRIPTION = "Découvre ton patrimoine en jouant !";

export const metadata: Metadata = {
applicationName: APP_NAME,
Expand Down

0 comments on commit 28bab91

Please sign in to comment.