Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit fe555ad

Browse files
committed
Update metadata description in layout.tsx
1 parent d45efe2 commit fe555ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/tiles-playground/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { McpProvider } from '../contexts/McpContext';
55

66
export const metadata: Metadata = {
77
title: 'Tiles Notebook | Note Taking Tool With AI Agents',
8-
description: "It's a multiplayer, offline-first experience built on MCP, featuring AI-generated widgets.",
8+
description: 'A notebook interface that makes working with AI agents easier.',
99
icons: {
1010
icon: [
1111
{ url: '/favicon.ico' },
@@ -18,7 +18,7 @@ export const metadata: Metadata = {
1818
},
1919
openGraph: {
2020
title: 'Tiles Notebook | Note Taking Tool With AI Agents',
21-
description: "It's a multiplayer, offline-first experience built on MCP, featuring AI-generated widgets.",
21+
description: 'A notebook interface that makes working with AI agents easier.',
2222
images: [
2323
{
2424
url: '/api/og', // This should point to your OpenGraph route

0 commit comments

Comments
 (0)