Merge pull request #78 from garritfra/feature/GH-66-nav-tools

Add charts and calculator logos
This commit is contained in:
rottenwheel 2025-05-03 12:34:51 -04:00 committed by GitHub
commit d4d3ca77ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View file

@ -27,7 +27,9 @@ nav_links = [
right_icons = [ right_icons = [
{ title = "Support", link = "/support", external = false, icon = "donate.png", icon_alt = "Donate" }, { title = "Support", link = "/support", external = false, icon = "donate.png", icon_alt = "Donate" },
{ title = "ATOM Feed", link = "/index.xml", external = true, icon = "rss_1.png", icon_alt = "ATOM Feed" }, { title = "ATOM Feed", link = "/index.xml", external = false, icon = "rss_1.png", icon_alt = "ATOM Feed" },
{ title = "Charts", link = "https://moneroj.net/", external = true, icon = "charts.png", icon_alt = "Charts" },
{ title = "Calculator", link = "https://calc.revuo-xmr.com/", external = true, icon = "calculator.png", icon_alt = "Calculator" },
] ]
mirrors = [ mirrors = [

BIN
static/img/calculator.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
static/img/charts.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB