Skip to content

Commit 4c3717a

Browse files
authored
Set favicon and update website title (#12)
1 parent 4bca521 commit 4c3717a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/favicon.ico

-1.07 KB
Binary file not shown.

app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ import { Inter } from 'next/font/google';
1212
const inter = Inter({ subsets: ['latin'] });
1313

1414
export const metadata: Metadata = {
15-
title: 'CDP Implementation Tracker',
15+
title: 'React Native CDP Status',
1616
description:
17-
'Web app to track the implementation of the Chrome DevTools Protocol in React Native.',
17+
'Explore the ongoing implementation of the Chrome DevTools Protocol in React Native.',
1818
};
1919

2020
export default function RootLayout({

0 commit comments

Comments
 (0)