mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-24 05:35:51 +00:00
more qa changes
This commit is contained in:
@@ -150,18 +150,18 @@ function RwaTokenizationFeatures() {
|
|||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
<div className="cta-container">
|
<div className="cta-container">
|
||||||
<a
|
<Link
|
||||||
href="https://xrpl.org/docs/concepts/tokens/decentralized-exchange/autobridging"
|
to="/docs/concepts/tokens/decentralized-exchange/autobridging"
|
||||||
className="btn btn-primary small-100 auto-bridge"
|
className="btn btn-primary small-100 auto-bridge"
|
||||||
>
|
>
|
||||||
{translate("Learn About Auto-bridging")}
|
{translate("Learn About Auto-bridging")}
|
||||||
</a>
|
</Link>
|
||||||
<a
|
<Link
|
||||||
href="https://xrpl.org/docs/concepts/tokens/fungible-tokens/paths"
|
to="/docs/concepts/tokens/fungible-tokens/paths"
|
||||||
className="btn btn-link"
|
className="btn btn-link"
|
||||||
>
|
>
|
||||||
{translate("Explore Pathfinding")}
|
{translate("Explore Pathfinding")}
|
||||||
</a>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
@@ -417,7 +417,7 @@ export default function RwaTokenization() {
|
|||||||
<Link
|
<Link
|
||||||
target="_blank"
|
target="_blank"
|
||||||
className="com-card-link"
|
className="com-card-link"
|
||||||
to="/community/report-a-scam/"
|
to="https://xrplresources.org/subscribe"
|
||||||
>
|
>
|
||||||
{translate("Sign up for the Newsletter")}
|
{translate("Sign up for the Newsletter")}
|
||||||
</Link>
|
</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 {
|
.developer-tools__image {
|
||||||
background-image: url("../img/tokenization/lightmode/graphic.png");
|
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 {
|
.token-video-text-container {
|
||||||
p {
|
p {
|
||||||
color: var(--XRPL-Primary-Black, #000);
|
color: var(--XRPL-Primary-Black, #000);
|
||||||
|
|||||||
Reference in New Issue
Block a user