We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bca521 commit 4c3717aCopy full SHA for 4c3717a
2 files changed
app/favicon.ico
-1.07 KB
app/layout.tsx
@@ -12,9 +12,9 @@ import { Inter } from 'next/font/google';
12
const inter = Inter({ subsets: ['latin'] });
13
14
export const metadata: Metadata = {
15
- title: 'CDP Implementation Tracker',
+ title: 'React Native CDP Status',
16
description:
17
- 'Web app to track the implementation of the Chrome DevTools Protocol in React Native.',
+ 'Explore the ongoing implementation of the Chrome DevTools Protocol in React Native.',
18
};
19
20
export default function RootLayout({
0 commit comments