From f74224e01bd6b797f227609ff5e52a48f0f7cae2 Mon Sep 17 00:00:00 2001
From: Allie Bopp <aebopp@umich.edu>
Date: Wed, 22 Jul 2020 16:42:04 -0400
Subject: [PATCH] picture title change

---
 servicePoints/templates/index.html        |   2 +-
 var/images/{requests.png => approval.png} | Bin
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename var/images/{requests.png => approval.png} (100%)

diff --git a/servicePoints/templates/index.html b/servicePoints/templates/index.html
index 7ea1b4c..e21b0de 100644
--- a/servicePoints/templates/index.html
+++ b/servicePoints/templates/index.html
@@ -120,7 +120,7 @@
                 <img src=/images/view.png alt="view">
             </a>
             <a href="/accounts/viewRequests/">
-                <img src=/images/requests.png alt="requests">
+                <img src=/images/approval.png alt="requests">
             </a>
             {% endif %}
         </p>
diff --git a/var/images/requests.png b/var/images/approval.png
similarity index 100%
rename from var/images/requests.png
rename to var/images/approval.png
-- 
GitLab