Resolves PR comments

This commit is contained in:
akcodez
2023-08-29 10:12:34 -07:00
parent 02f4f404ec
commit 01d71944f3
5 changed files with 14 additions and 14 deletions

File diff suppressed because one or more lines are too long

View File

@@ -649,12 +649,12 @@ pre code {
#wallet-towo { #wallet-towo {
content: url("../img/wallets/lightmode/towo.svg"); content: url("../img/wallets/lightmode/towo.svg");
} }
} #wallet-keystone {
#wallet-keystone { content: url("../img/wallets/lightmode/keystone.svg");
content: url("../img/wallets/lightmode/keystone.svg"); }
} #wallet-dcent {
#wallet-dcent { content: url("../img/wallets/lightmode/dcent.svg");
content: url("../img/wallets/lightmode/dcent.svg"); }
} }

View File

@@ -4,9 +4,9 @@
"node-sass": "^7.0.0" "node-sass": "^7.0.0"
}, },
"scripts": { "scripts": {
"build-css": "node-sass --include-path scss xrpl.scss ../assets/css/devportal2022-v21.css --output-style compressed", "build-css": "node-sass --include-path scss xrpl.scss ../assets/css/devportal2022-v22.css --output-style compressed",
"build-css-out": "node-sass --include-path scss xrpl.scss ../out/assets/css/devportal2022-v21.css --output-style compressed --source-map true", "build-css-out": "node-sass --include-path scss xrpl.scss ../out/assets/css/devportal2022-v22.css --output-style compressed --source-map true",
"build-css-watch-out": "node-sass --recursive --watch --include-path scss xrpl.scss ../out/assets/css/devportal2022-v21.css --output-style compressed --source-map true" "build-css-watch-out": "node-sass --recursive --watch --include-path scss xrpl.scss ../out/assets/css/devportal2022-v22.css --output-style compressed --source-map true"
}, },
"dependencies": { "dependencies": {
"sass": "^1.26.10" "sass": "^1.26.10"

View File

@@ -52,7 +52,7 @@
{% if target.lang=="ja" %} {% if target.lang=="ja" %}
<link href="{{currentpage.prefix}}assets/css/fonts-ja.css" rel="stylesheet" /> <link href="{{currentpage.prefix}}assets/css/fonts-ja.css" rel="stylesheet" />
{% endif %} {% endif %}
<link href="{{currentpage.prefix}}assets/css/devportal2022-v21.css" rel="stylesheet" /> <link href="{{currentpage.prefix}}assets/css/devportal2022-v22.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />

View File

@@ -190,11 +190,11 @@
{ "href": "https://keyst.one/", { "href": "https://keyst.one/",
"id": "wallet-keystone", "id": "wallet-keystone",
"alt": _("Keystone"), "alt": _("Keystone"),
"imgclasses": "invertible-img"}, },
{ "href": "https://dcentwallet.com/?lang=en", { "href": "https://dcentwallet.com/?lang=en",
"id": "wallet-dcent", "id": "wallet-dcent",
"alt": _("Dcent"), "alt": _("Dcent"),
"imgclasses": "invertible-img"}, },
{ "href": "https://trezor.io/", { "href": "https://trezor.io/",
"id": "wallet-trezor", "id": "wallet-trezor",
"alt": _("Trezor"), "alt": _("Trezor"),