Skip to content

Commit

Permalink
(demo/src/app/layout.tsx) Modify metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviDevMod committed May 7, 2023
1 parent f02978c commit 779a8fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/demo/src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import './globals.css';

export const metadata = {
title: 'Create Next App',
description: 'Generated by create next app',
title: 'Focus Trap',
description: 'Get to know the best focus trap implementation on the web',
};

export default function RootLayout({ children }: { children: React.ReactNode }) {
Expand Down

0 comments on commit 779a8fe

Please sign in to comment.