diff options
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 b783bd8..7cad3fa 100644 --- a/web/template/stats/updates_table.php +++ b/web/template/stats/updates_table.php @@ -11,7 +11,7 @@ </td> <td class="pkg-new"> <?php if ($row["ModifiedTS"] - $row["SubmittedTS"] < 3600): ?> - <img src="images/new.png" alt="New!" /> + <img src="images/new.svg" alt="New!" /> <?php endif; ?> </td> <td class="pkg-date"> |