Skip to content

Commit 5bb203e

Browse files
committed
lint
1 parent 1d54be4 commit 5bb203e

File tree

1 file changed

+5
-6
lines changed
  • apps/portal/src/app/contracts/build/stylus

1 file changed

+5
-6
lines changed

apps/portal/src/app/contracts/build/stylus/page.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,11 @@ Use one of these commands to publish or deploy your Stylus contract.
4444
OR
4545

4646
<Tabs defaultValue="forge">
47-
48-
<TabsContent value="forge">
49-
```bash
50-
npx thirdweb deploy-stylus -k <YOUR SECRET KEY>
51-
```
52-
</TabsContent>
47+
<TabsContent value="forge">
48+
```bash
49+
npx thirdweb deploy-stylus -k <YOUR SECRET KEY>
50+
```
51+
</TabsContent>
5352
</Tabs>
5453

5554
Publishing a contract saves the contract metadata to an onchain registry, and creates a contract page from where you can deploy a specific version of this contract multiple times.

0 commit comments

Comments
 (0)