Skip to content

Commit

Permalink
feat: update title
Browse files Browse the repository at this point in the history
  • Loading branch information
dninomiya committed Aug 26, 2024
1 parent 8a1ef87 commit 6ca98a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import './globals.css';
const inter = Inter({ subsets: ['latin'] });

export const metadata: Metadata = {
title: 'Create Next App',
description: 'Generated by create next app',
title: 'Headless Full Calendar for shadcn/ui',
description: 'A headless Full Calendar component for shadcn/ui',
};

export default function RootLayout({
Expand Down

0 comments on commit 6ca98a1

Please sign in to comment.