mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-08 04:55:37 -05:00
Rename RSS icon to avoid uBlock hiding it
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user