Skip to content

Commit

Permalink
fix: wrong character in code block styling (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroote authored Oct 24, 2024
1 parent 775c4e9 commit f9a1f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_components/EthersAbiCoder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/>
<br />
<div v-if="result">
<code style="text-align: left:">{{ result }}</code>
<code style="text-align: left">{{ result }}</code>
</div>
</form>
</div>
Expand Down

0 comments on commit f9a1f88

Please sign in to comment.