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

Commit

Permalink
Fix dotnet meta
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper committed Apr 19, 2024
1 parent 02ead00 commit 9bc558a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/app/dotnet/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ export default async function Layout(props: { children: React.ReactNode }) {

export const metadata = createMetadata({
image: {
title: "thirdweb Unity SDK",
icon: "unity",
title: "thirdweb .NET SDK",
icon: "dotnet",
},
title: "thirdweb Unity SDK",
title: "thirdweb .NET SDK",
description:
"Connect to user's wallets, interact with smart contracts, sign messages, and utilize common standards such as tokens, NFTs, marketplaces; all with built-in RPC URLs, IPFS gateways, and more.",
"Connect to user's wallets, interact with smart contracts, sign in with email or phone number, unlock Account Abstraction features; all with built-in RPC URLs, IPFS gateways, Godot support and more.",
});
3 changes: 2 additions & 1 deletion src/components/Document/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ type DynamicImageOptions = {
| "infra"
| "rpc"
| "storage"
| "changelog";
| "changelog"
| "dotnet";
};

export type MetadataImageIcon = DynamicImageOptions["icon"];
Expand Down

0 comments on commit 9bc558a

Please sign in to comment.