change file name

This commit is contained in:
akcodez
2023-11-17 12:28:52 -08:00
parent 4e77323aa2
commit cefb7aee45
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -10,7 +10,7 @@ $(document).ready(() => {
"onthedex", "onthedex",
], ],
developer_tooling: [ developer_tooling: [
"Cryptum", "cryptum",
"Evernode", "Evernode",
"threezy", "threezy",
"tokenize", "tokenize",

View File

@@ -2,7 +2,7 @@
// Define each category's logos // Define each category's logos
$infrastructure-logos: "XRP-Ledger", "Gatehub", "towoLabs", "xrpscan", "xrp-toolkit", "bithomp", "onthedex"; $infrastructure-logos: "XRP-Ledger", "Gatehub", "towoLabs", "xrpscan", "xrp-toolkit", "bithomp", "onthedex";
$developer-tooling-logos: "Cryptum", "Evernode", "threezy", "tokenize"; $developer-tooling-logos: "cryptum", "Evernode", "threezy", "tokenize";
$interoperability-logos: "multichain"; $interoperability-logos: "multichain";
$wallet-logos: "Crossmark", "Edge", "gem-wallet", "Xumm"; $wallet-logos: "Crossmark", "Edge", "gem-wallet", "Xumm";
$nfts-logos: "aesthetes", "audiotarky", "nftmaster", "peerkat", "sologenic_dex", "xrp-cafe", "xrp-oval"; $nfts-logos: "aesthetes", "audiotarky", "nftmaster", "peerkat", "sologenic_dex", "xrp-cafe", "xrp-oval";
@@ -37,7 +37,7 @@ $custody-logos: "Gatehub", "Bitgo";
} }
} }
html.light{ html.light{
.Cryptum{ .cryptum{
content: url(../img/uses/lightmode/cryptum.jpg) !important; content: url(../img/uses/lightmode/cryptum.jpg) !important;
height: 58px; height: 58px;
max-width: max-content; max-width: max-content;