mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 03:05:49 +00:00
reuse btn-arrow-out and fix more broken links.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
{# Macros #}
|
||||
{% macro primaryButton(href, text, isArrowUp) %}
|
||||
{% if isArrowUp %}
|
||||
<a class="btn btn-primary btn-arrow-up" id="{{href}}-button" href="{{href}}">{{ text }}</a>
|
||||
<a class="btn btn-primary btn-arrow-out" id="{{href}}-button" href="{{href}}">{{ text }}</a>
|
||||
{% else %}
|
||||
<a class="btn btn-primary btn-arrow" id="{{href}}-button" href="{{href}}">{{ text }}</a>
|
||||
{% endif %}
|
||||
@@ -153,16 +153,16 @@
|
||||
"imgClass": "token-illustration",
|
||||
"subItems": [
|
||||
{
|
||||
"description": "NFT Conceptual Overview",
|
||||
"description": "NFT Marketplace",
|
||||
"link": "./non-fungible-tokens.html",
|
||||
},
|
||||
{
|
||||
"description": "NFToken Format",
|
||||
"link": "./nftoken.html",
|
||||
"description": "Issue a stablecoin",
|
||||
"link": "./issue-a-fungible-token.html",
|
||||
},
|
||||
{
|
||||
"description": "NFToken Tester Tutorial",
|
||||
"link": "./nftoken-tester-tutorial.html",
|
||||
"description": "Assign an authorized minter",
|
||||
"link": "./authorize-minter.html",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -287,7 +287,7 @@
|
||||
<div class="dg-lg-block mb-3">
|
||||
<a
|
||||
class="btn btn-primary btn-arrow get-started-button"
|
||||
href="./tutorials/xrpl-quickstart.html"
|
||||
href="./xrpl-quickstart.html"
|
||||
>
|
||||
Get Started
|
||||
</a>
|
||||
|
||||
@@ -176,8 +176,8 @@
|
||||
"href": "https://hooks-testnet.xrpl-labs.com/" },
|
||||
{ "chip": _("Enabled"),
|
||||
"title": _("Non-Fungible Tokens"),
|
||||
"description": _("Lower fees, faster transactions, and custom token functionality make the XRPL ideally suited for building an ecosystem for NFTs. Explore <a href='docs.html#docs-hot-topic'>proposed standards</a> for issuing NFTs."),
|
||||
"href": "docs.html#docs-hot-topic"},
|
||||
"description": _("Lower fees, faster transactions, and custom token functionality make the XRPL ideally suited for building an ecosystem for NFTs. Explore <a href='docs.html'>proposed standards</a> for issuing NFTs."),
|
||||
"href": "docs.html"},
|
||||
] %}
|
||||
{% for feat in features %}
|
||||
<li class="col ls-none pt-2">
|
||||
|
||||
Reference in New Issue
Block a user