Skip to content

Commit

Permalink
Update templates/nextjs-boilerplate-template/src/app/layout.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Maayan <[email protected]>
  • Loading branch information
0xaptosj and 0xmaayan authored Oct 30, 2024
1 parent eee599f commit 84fcd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/nextjs-boilerplate-template/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import "./globals.css";
export const metadata: Metadata = {
applicationName: "Aptos Boilerplate Template",
title: "NextJS Boilerplate Template",
description: "NextJS Boilerplate Template",
description: "Aptos Boilerplate Template",
manifest: "/manifest.json",
};

Expand Down

0 comments on commit 84fcd30

Please sign in to comment.