Fix broken images in some pages

This commit is contained in:
mDuo13
2023-11-22 15:37:05 -08:00
parent fc626fcae5
commit 5ed797dd16
2 changed files with 5 additions and 5 deletions

View File

@@ -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>