Skip to content

Commit

Permalink
style: update favicon and title
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Jun 30, 2024
1 parent 9d8138e commit 1167f78
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
8 changes: 6 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed packages/example-nextjs/src/app/favicon.ico
Binary file not shown.
13 changes: 13 additions & 0 deletions packages/example-nextjs/src/app/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions packages/example-nextjs/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ import { Inter } from 'next/font/google';
const inter = Inter({ subsets: ['latin'] });

export const metadata: Metadata = {
title: 'Create Next App',
description: 'Generated by create next app',
title: 'state-in-url',
description:
// eslint-disable-next-line max-len
'Demo page that demostrates communication between client components in Next.js',
};

export default function RootLayout({
Expand Down

0 comments on commit 1167f78

Please sign in to comment.