Skip to content

Commit

Permalink
Match link name with actual tab name (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
portdeveloper committed Feb 26, 2024
1 parent 186b2ce commit 3921477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Home: NextPage = () => {
<p>
Tinker with your smart contract using the{" "}
<Link href="/debug" passHref className="link">
Debug Contract
Debug Contracts
</Link>{" "}
tab.
</p>
Expand Down

0 comments on commit 3921477

Please sign in to comment.