File tree Expand file tree Collapse file tree 3 files changed +18
-6
lines changed
get-started/tooling-and-explorers Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -112,11 +112,11 @@ provides secure cross-chain communication infrastructure. LayerZero is a
112112decentralized protocol that enables trustless cross-chain messaging without
113113requiring intermediate chains or wrapped tokens.
114114
115- <ImageViewer
116- : image-url-dark ="halbornLogoIcon"
117- image- alt="Halborn Security Logo"
118- link-url=" https://halborn.com/audits "
119- / >
115+ <div style = " display : flex ; align-items : center ; justify-content : center ; margin : 1.5 rem 0 ; " >
116+ < a href = " https://halborn.com/audits " target = " _blank " rel = " noopener noreferrer " >
117+ <img :src="halbornLogoIcon" alt="Halborn Security Logo" style="height: 200px;" />
118+ </ a >
119+ </ div >
120120
121121The RLC multichain bridge implementation has been thoroughly audited by
122122[ ** Halborn** ] ( https://www.halborn.com/ ) , a leading blockchain security firm. The
@@ -147,5 +147,5 @@ import iexecLogoIcon from '@/assets/icons/iexec-logo.png';
147147import arbitrumLogoIcon from ' @/assets/icons/arbitrum.svg' ;
148148import bellecourBridgeImage from ' @/assets/tooling-&-explorers/bridge/bellecour-bridge.png' ;
149149import stargateBridgeImage from ' @/assets/tooling-&-explorers/bridge/stargate-bridge.png' ;
150- import halbornLogoIcon from ' @/assets/icons/halborn.jpg ' ;
150+ import halbornLogoIcon from ' @/assets/icons/halborn.svg ' ;
151151</script >
You can’t perform that action at this time.
0 commit comments