Skip to content

Commit 1994c10

Browse files
committed
feat: replace Halborn logo with SVG version for improved scalability
1 parent 9067a78 commit 1994c10

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

src/assets/icons/halborn.jpg

-140 KB
Binary file not shown.

src/assets/icons/halborn.svg

Lines changed: 12 additions & 0 deletions
Loading

src/get-started/tooling-and-explorers/bridge.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ provides secure cross-chain communication infrastructure. LayerZero is a
112112
decentralized protocol that enables trustless cross-chain messaging without
113113
requiring 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.5rem 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

121121
The 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';
147147
import arbitrumLogoIcon from '@/assets/icons/arbitrum.svg';
148148
import bellecourBridgeImage from '@/assets/tooling-&-explorers/bridge/bellecour-bridge.png';
149149
import 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>

0 commit comments

Comments
 (0)