Skip to content

Commit

Permalink
fix javascript trigger modal action example (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
souvikmishra authored Jan 29, 2025
1 parent 4b4a555 commit 231f21c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/appkit/javascript/ethers/about/triggermodal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ Let's first add two html button elements into our `index.html` file:
</head>
<body>
<div id="app">
/* highlight-add-start */
<button id="open-connect-modal">Open Modal</button>
<button id="open-network-modal">Open Networks</button>
/* highlight-add-start */
<appkit-button></appkit-button>
<appkit-network-button></appkit-network-button>
/* highlight-add-end */
</div>
<script type="module" src="main.js"></script>
Expand Down

0 comments on commit 231f21c

Please sign in to comment.