From bc94ccf5b16d25fadd65d515a8a2a12d55c7c5aa Mon Sep 17 00:00:00 2001
From: aldrichvalentino <aldrich.vh97@gmail.com>
Date: Wed, 4 Oct 2017 23:23:23 +0700
Subject: [PATCH] fixed link from dashboard to edit pages

---
 view/dashboard.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/view/dashboard.php b/view/dashboard.php
index 70754db4..7978a8bc 100644
--- a/view/dashboard.php
+++ b/view/dashboard.php
@@ -64,7 +64,7 @@
             <div class="sub-header">
                 <div class="sub-header-heading"><h1>PREFERRED LOCATION</h1></div>
                 <div class="edit-icon">
-                    <a href="../"><img src="../img/pencil.png" />
+                    <a href="../view/edit-prefered-locations.html"><img src="../img/pencil.png" /></a>
                 </div>
             </div>
             <div class="user-location"><ul id="user-location"></ul></div>
-- 
GitLab