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

Commit

Permalink
Fix next and vite starter github links (#521)
Browse files Browse the repository at this point in the history
Fix next and vite starter links
  • Loading branch information
MananTank authored Jul 22, 2024
1 parent f68fcaa commit 160579d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/app/typescript/v5/react/getting-started/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ or clone the the Next.js or Vite starter repo:
<GithubTemplateCard
title="Next.js + thirdweb starter repo"
descrption="A starter template for using the thirdweb package in a Next.js app"
href="https://github.com/thirdweb-dev/next-starter"
href="https://github.com/thirdweb-example/next-starter"
/>

<GithubTemplateCard
title="Vite + thirdweb starter repo"
descrption="A starter template for using the thirdweb package in a Vite app"
href="https://github.com/thirdweb-dev/vite-starter"
href="https://github.com/thirdweb-example/vite-starter"
/>
</Stack>

Expand Down Expand Up @@ -84,7 +84,7 @@ You only need to define the client once. Exporting the client vartiable will all

<Step title="Connect a wallet">

There are two ways to connect users to your app:
There are two ways to connect users to your app:

- The prebuilt `ConnectButton` or `ConnectEmbed` components.
- Your own custom button.
Expand All @@ -107,7 +107,7 @@ function App() {

The `ConnectButton` and `ConnectEmbed` components come with built-in support for 350+ of wallets, 2000+ chains, fiat on-ramping, crypto swapping, transaction tracking, and more.

You can also build your own custom button using the [`useConnect`](/typescript/v5/react/) hook.
You can also build your own custom button using the [`useConnect`](/typescript/v5/react/) hook.

</Step>

Expand Down
4 changes: 2 additions & 2 deletions src/app/typescript/v5/react/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ or clone the the Next.js or Vite starter repo:
<GithubTemplateCard
title="Next.js + thirdweb starter repo"
descrption="A starter template for using the thirdweb package in a Next.js app"
href="https://github.com/thirdweb-dev/next-starter"
href="https://github.com/thirdweb-example/next-starter"
/>

<GithubTemplateCard
title="Vite + thirdweb starter repo"
descrption="A starter template for using the thirdweb package in a Vite app"
href="https://github.com/thirdweb-dev/vite-starter"
href="https://github.com/thirdweb-example/vite-starter"
/>
</Stack>

Expand Down

0 comments on commit 160579d

Please sign in to comment.