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

Commit 468d444

Browse files
committed
Update metadata descriptions for consistency and clarity in Tiles Notebook
1 parent 5a3aba0 commit 468d444

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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: 'Tiles is a notebook interface that makes working with AI agents easier. It\'s a multiplayer, offline-first experience built on MCP, featuring AI-generated widgets.',
8+
description: "It's a multiplayer, offline-first experience built on MCP, featuring AI-generated widgets.",
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: 'Tiles is a notebook interface that makes working with AI agents easier. It\'s a multiplayer, offline-first experience built on MCP, featuring AI-generated widgets.',
21+
description: "It's a multiplayer, offline-first experience built on MCP, featuring AI-generated widgets.",
2222
images: [
2323
{
2424
url: '/api/og', // This should point to your OpenGraph route

0 commit comments

Comments
 (0)