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 {
content: url("../img/wallets/lightmode/towo.svg");
}
}
#wallet-keystone {
content: url("../img/wallets/lightmode/keystone.svg");
}
#wallet-dcent {
content: url("../img/wallets/lightmode/dcent.svg");
#wallet-keystone {
content: url("../img/wallets/lightmode/keystone.svg");
}
#wallet-dcent {
content: url("../img/wallets/lightmode/dcent.svg");
}
}

View File

@@ -4,9 +4,9 @@
"node-sass": "^7.0.0"
},
"scripts": {
"build-css": "node-sass --include-path scss xrpl.scss ../assets/css/devportal2022-v21.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-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": "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-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-v22.css --output-style compressed --source-map true"
},
"dependencies": {
"sass": "^1.26.10"

View File

@@ -52,7 +52,7 @@
{% if target.lang=="ja" %}
<link href="{{currentpage.prefix}}assets/css/fonts-ja.css" rel="stylesheet" />
{% 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" />

View File

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