Skip to content

Commit

Permalink
change containing element to span
Browse files Browse the repository at this point in the history
  • Loading branch information
joeizang committed Feb 13, 2025
1 parent 8a9948d commit 373fd2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/remix-ide/src/blockchain/blockchain.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -758,14 +758,14 @@ export class Blockchain extends Plugin {
this.call(
'terminal',
'logHtml',
<div className="flex flex-row">
<span className="flex flex-row">
<a href={etherScanLink(network.name, txhash)} className="mr-3" target="_blank">
view on Etherscan
</a>
<a href={viewBlockScoutLink} target="_blank">
view on Blockscout
</a>
</div>
</span>
)
} else {
this.call(
Expand Down

0 comments on commit 373fd2c

Please sign in to comment.