Skip to content

Commit 2a5c298

Browse files
committed
feat(docs): add FXRP sidebar icon
1 parent f8362fd commit 2a5c298

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

src/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,11 +392,11 @@ div[class^="searchBar_"] div[class*="hitFooter"] a:hover {
392392
width: 26px;
393393
height: 26px;
394394
background-size: 26px 26px;
395-
background-image: url("/img/ui/fassets.light.svg");
395+
background-image: url("/img/ui/fxrp.light.svg");
396396
}
397397

398398
[data-theme="dark"] .menu__link[href*="/fxrp/overview"]::before {
399-
background-image: url("/img/ui/fassets.dark.svg");
399+
background-image: url("/img/ui/fxrp.dark.svg");
400400
}
401401

402402
.menu__link[href*="/smart-accounts/overview"]::before {

static/img/ui/fxrp.dark.svg

Lines changed: 16 additions & 0 deletions
Loading

static/img/ui/fxrp.light.svg

Lines changed: 16 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)