mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Rename RSS icon to avoid uBlock hiding it
This commit is contained in:
parent
ac9fa2ce1d
commit
7570149fb6
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ proc renderNavbar*(title, rss: string; req: Request): VNode =
|
|||
tdiv(class="nav-item right"):
|
||||
icon "search", title="Search", href="/search"
|
||||
if rss.len > 0:
|
||||
icon "rss", title="RSS Feed", href=rss
|
||||
icon "rss-feed", title="RSS Feed", href=rss
|
||||
icon "info-circled", title="About", href="/about"
|
||||
iconReferer "cog", "/settings", path, title="Preferences"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue