We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02cfc1e commit 1d54be4Copy full SHA for 1d54be4
apps/portal/src/app/contracts/build/stylus/page.mdx
@@ -34,12 +34,11 @@ This will setup a project containing a template contract.
34
Use one of these commands to publish or deploy your Stylus contract.
35
36
<Tabs defaultValue="forge">
37
-
38
-<TabsContent value="forge">
39
-```bash
40
-npx thirdweb publish-stylus -k <YOUR SECRET KEY>
41
-```
42
-</TabsContent>
+ <TabsContent value="forge">
+ ```bash
+ npx thirdweb publish-stylus -k <YOUR SECRET KEY>
+ ```
+ </TabsContent>
43
</Tabs>
44
45
OR
0 commit comments