From 9a2837a54509c65d04252b97800cbaa2bc18200d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?=
 <baris@nodebb.org>
Date: Mon, 9 Apr 2018 19:38:48 -0400
Subject: [PATCH] changed icon to trash

---
 templates/account/uploads.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/account/uploads.tpl b/templates/account/uploads.tpl
index 7301c11..062e975 100644
--- a/templates/account/uploads.tpl
+++ b/templates/account/uploads.tpl
@@ -23,7 +23,7 @@
                         </td>
                         <td>
                             <div class="btn-group ">
-                                <button class="btn btn-danger btn-xs" data-action="delete"><i class="fa fa-times"></i></button>
+                                <button class="btn btn-danger btn-xs" data-action="delete"><i class="fa fa-trash"></i></button>
                             </div>
                         </td>
                     </tr>