more qa changes

This commit is contained in:
akcodez
2024-11-11 14:16:30 -08:00
parent 434c6f6518
commit 63e5e2f122
4 changed files with 15 additions and 8 deletions

View File

@@ -150,18 +150,18 @@ function RwaTokenizationFeatures() {
))}
</div>
<div className="cta-container">
<a
href="https://xrpl.org/docs/concepts/tokens/decentralized-exchange/autobridging"
<Link
to="/docs/concepts/tokens/decentralized-exchange/autobridging"
className="btn btn-primary small-100 auto-bridge"
>
{translate("Learn About Auto-bridging")}
</a>
<a
href="https://xrpl.org/docs/concepts/tokens/fungible-tokens/paths"
</Link>
<Link
to="/docs/concepts/tokens/fungible-tokens/paths"
className="btn btn-link"
>
{translate("Explore Pathfinding")}
</a>
</Link>
</div>
</div>
</section>
@@ -417,7 +417,7 @@ export default function RwaTokenization() {
<Link
target="_blank"
className="com-card-link"
to="/community/report-a-scam/"
to="https://xrplresources.org/subscribe"
>
{translate("Sign up for the Newsletter")}
</Link>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5 12H19" stroke="#9A52FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 5L19 12L12 19" stroke="#9A52FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 316 B

View File

@@ -1273,6 +1273,9 @@ $company-logos-light: (
.developer-tools__image {
background-image: url("../img/tokenization/lightmode/graphic.png");
}
.right-arrow-item::after {
content: url('../img/icons/lightmode/arrow-right-purple.svg');
}
.token-video-text-container {
p {
color: var(--XRPL-Primary-Black, #000);