Skip to content

Commit

Permalink
modofy blockexplorer link
Browse files Browse the repository at this point in the history
  • Loading branch information
ivancarneiro committed Dec 15, 2024
1 parent c83d89d commit 7f054fe
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 @@ -33,7 +33,7 @@ const Home: NextPage = () => {
<MagnifyingGlassIcon className="h-8 w-8 fill-secondary" />
<p>
Explore your local transactions with the{" "}
<Link href="/blockexplorer" passHref className="link">
<Link href="https://sepolia.etherscan.io/address/0x44f1de22eBCDFA843F96E126b24889Abb7519804" passHref className="link">
Block Explorer
</Link>{" "}
tab.
Expand Down

0 comments on commit 7f054fe

Please sign in to comment.