fix-gemwallet_image

fix broken image link for gemwallet
This commit is contained in:
LowKey
2024-09-18 10:20:06 +08:00
parent c9f6292f2f
commit 95ba8dbe80
3 changed files with 30 additions and 1 deletions

View File

@@ -565,6 +565,10 @@ pre code, pre {
#wallet-coin {
content: url("../img/wallets/lightmode/coin.svg");
}
#wallet-gem {
content: url("../img/wallets/lightmode/gem.svg");
}
}