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>

View File

@@ -109,7 +109,7 @@ export default function XrpOverview() {
<div className="position-relative">
<img
alt="default-alt-text"
src={require("./img/backgrounds/xrp-overview-blue.svg")}
src={require("./static/img/backgrounds/xrp-overview-blue.svg")}
className="landing-bg"
id="xrp-overview-blue"
/>
@@ -253,7 +253,7 @@ export default function XrpOverview() {
<div className="mt-10 p-10 br-8 cta-card position-relative">
<img
alt="default-alt-text"
src={require("./img/backgrounds/cta-xrp-overview-magenta.svg")}
src={require("./static/img/backgrounds/cta-xrp-overview-magenta.svg")}
className="cta cta-bottom-right"
/>
<div className="z-index-1 position-relative">
@@ -326,7 +326,7 @@ export default function XrpOverview() {
<div className="mt-10 p-10 br-8 cta-card position-relative">
<img
alt="default-alt-text"
src={require("./img/backgrounds/cta-xrp-overview-green-2.svg")}
src={require("./static/img/backgrounds/cta-xrp-overview-green-2.svg")}
className="landing-bg cta cta-bottom-right"
/>
<div className="z-index-1 position-relative">
@@ -340,7 +340,7 @@ export default function XrpOverview() {
<img
id="xrp-mark-overview"
className="mw-100 invertible-img mr-2"
src={require("./img/logos/xrp-mark.svg")}
src={require("../img/logos/xrp-mark.svg")}
alt="XRP Logo Mark"
/>
<span