mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user