Skip to content

Commit

Permalink
Change page.tsx (Scaffold-Stark#132)
Browse files Browse the repository at this point in the history
Co-authored-by: GianMarco <[email protected]>
  • Loading branch information
Nadai2010 and gianalarcon authored May 20, 2024
1 parent 8d338d1 commit 9b0990b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ const Home: NextPage = () => {
<p className="text-center text-lg">
Edit your smart contract{" "}
<code className="italic bg-base-300 text-base font-bold max-w-full break-words break-all inline-block">
YourContract.sol
YourContract.cairo
</code>{" "}
in{" "}
<code className="italic bg-base-300 text-base font-bold max-w-full break-words break-all inline-block">
packages/hardhat/contracts
packages/snfoundry/contracts/src
</code>
</p>
</div>
Expand Down

0 comments on commit 9b0990b

Please sign in to comment.