Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
meta
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquim-verges committed Jul 28, 2024
1 parent 66a5a62 commit 5640d6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/react/v5/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
});
2 changes: 1 addition & 1 deletion src/app/typescript/v5/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
});

0 comments on commit 5640d6d

Please sign in to comment.