From 5640d6d4110a60c542b6c00d49ff07623c09b26d Mon Sep 17 00:00:00 2001 From: Joaquim Verges Date: Sun, 28 Jul 2024 21:04:47 +1200 Subject: [PATCH] meta --- src/app/react/v5/layout.tsx | 2 +- src/app/typescript/v5/layout.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/react/v5/layout.tsx b/src/app/react/v5/layout.tsx index f3a7b37a..dea2d70e 100644 --- a/src/app/react/v5/layout.tsx +++ b/src/app/react/v5/layout.tsx @@ -35,5 +35,5 @@ export default async function Layout(props: { children: React.ReactNode }) { export const metadata = createMetadata({ title: "thirdweb React SDK", description: - "A type-safe library to interact with any EVM-compatible blockchain in both Node.js and the browser.", + "A type-safe library to interact with any EVM-compatible blockchain in React applications.", }); diff --git a/src/app/typescript/v5/layout.tsx b/src/app/typescript/v5/layout.tsx index 642e3d89..082c366e 100644 --- a/src/app/typescript/v5/layout.tsx +++ b/src/app/typescript/v5/layout.tsx @@ -35,5 +35,5 @@ export default async function Layout(props: { children: React.ReactNode }) { export const metadata = createMetadata({ title: "thirdweb TypeScript SDK", description: - "A type-safe library to interact with any EVM-compatible blockchain in both Node.js and the browser.", + "A type-safe library to interact with any EVM-compatible blockchain in Node, web and native applications.", });