diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2015-12-12 12:22:06 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-12-13 10:22:59 +0100 |
commit | a35dc4022aea91a7be945222d7430a93276a6ee4 (patch) | |
tree | 1d6580175f04df9cd2a02ab3dea2f6948fa69623 /web/template/stats | |
parent | 256a343b187b8a9435e208562f3bb5d55a082b05 (diff) | |
download | aurweb-a35dc4022aea91a7be945222d7430a93276a6ee4.tar.xz |
Replace RSS feed icon
Use a flat icon from the Open Iconic collection for the RSS feed.
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/template/stats')
-rw-r--r-- | web/template/stats/updates_table.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/stats/updates_table.php b/web/template/stats/updates_table.php index 775d707..b783bd8 100644 --- a/web/template/stats/updates_table.php +++ b/web/template/stats/updates_table.php @@ -1,6 +1,6 @@ <h3><?= __("Recent Updates") ?></h3> -<a href="<?= get_uri('/rss/') ?>" title="Arch Package Updates RSS Feed" class="rss-icon"><img src="/images/feed-icon-14x14.png" alt="RSS Feed" /></a> +<a href="<?= get_uri('/rss/') ?>" title="Arch Package Updates RSS Feed" class="rss-icon"><img src="/images/rss.svg" alt="RSS Feed" /></a> <table> <tbody> |