mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 20:25:51 +00:00
Fix broken images in some pages
This commit is contained in:
@@ -33,7 +33,7 @@ export default function CodeSamples() {
|
||||
<div className="position-relative d-none-sm">
|
||||
<img
|
||||
alt="default-alt-text"
|
||||
src={require('./img/backgrounds/xrpl-overview-orange.svg')}
|
||||
src={require('./static/img/backgrounds/xrpl-overview-orange.svg')}
|
||||
id="xrpl-overview-orange"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user