Skip to content

Commit

Permalink
fix Worldchain
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Oct 17, 2024
1 parent cfbc510 commit d40e972
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/payments/supported/blockchains.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The following blockchains are currently supported by DePay.
<div className="col-12 col-md-6">
<a href="#gnosis" className="d-flex hover-card p-3 align-items-center">
<div className="text-center position-relative pe-2" style={{width: "2.3rem"}}>
<img style={{ width: '1.8rem', height: '1.8rem', position: 'relative', top: '0.1rem' }} src="/docs/img/blockchains/WorldChain.svg"/>
<img style={{ width: '1.8rem', height: '1.8rem', position: 'relative', top: '0.1rem' }} src="/docs/img/blockchains/Worldchain.svg"/>
</div>
<div className="ps-3 pt-1">
<div className="text-light"><strong>World Chain</strong></div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ export default function Home() {

<div className="pb-1 pt-1">
<div className="d-flex p-2 text-decoration-none">
<img style={{ width: '1rem', height: '1rem', position: 'relative', top: '0.2rem' }} src="/docs/img/blockchains/WorldChain.svg"/>
<img style={{ width: '1rem', height: '1rem', position: 'relative', top: '0.2rem' }} src="/docs/img/blockchains/Worldchain.svg"/>
<div className="ps-3">
<div className="text-light"><strong>World Chain</strong></div>
</div>
Expand Down

0 comments on commit d40e972

Please sign in to comment.