mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
more qa changes
This commit is contained in:
@@ -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
4
static/img/icons/lightmode/arrow-right-purple.svg
Normal file
4
static/img/icons/lightmode/arrow-right-purple.svg
Normal 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 |
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user