Browse Source

Contact Us page & footer amended

master
JannekeDL 5 years ago
parent
commit
786edd366a
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      src/components/misc/contactUs.vue
  2. 1
    1
      src/components/shared/footerSection.vue

+ 2
- 2
src/components/misc/contactUs.vue View File

103
         <h4>Say Hello</h4>
103
         <h4>Say Hello</h4>
104
         <p>
104
         <p>
105
           <eva-icon name="email-outline" fill="#60CBEB"></eva-icon>
105
           <eva-icon name="email-outline" fill="#60CBEB"></eva-icon>
106
-          <a href="mailto:info@univateproperties.co.za">&nbsp;info@univateproperties.co.za</a>
106
+          <a href="mailto:info@univateproperties.co.za">info@univateproperties.co.za</a>
107
           <br />
107
           <br />
108
           <eva-icon name="phone-call-outline" fill="#60CBEB"></eva-icon>
108
           <eva-icon name="phone-call-outline" fill="#60CBEB"></eva-icon>
109
-          <a href="tel:+27124921238">&nbsp;+27&nbsp;(0)&nbsp;12&nbsp;492&nbsp;1238</a>
109
+          <a href="tel:+27124921238">+27 (0) 12 492 1238</a>
110
         </p>
110
         </p>
111
         <eva-icon name="share-outline" fill="#60CBEB"></eva-icon>
111
         <eva-icon name="share-outline" fill="#60CBEB"></eva-icon>
112
         <h4>Social Networks</h4>
112
         <h4>Social Networks</h4>

+ 1
- 1
src/components/shared/footerSection.vue View File

43
                   <ul class="list-unstyled">
43
                   <ul class="list-unstyled">
44
                     <li class="item-list-a">
44
                     <li class="item-list-a">
45
                       <i class="fa fa-angle-right"></i>
45
                       <i class="fa fa-angle-right"></i>
46
-                      <a href="#">Contact Us</a>
46
+                      <router-link to="/contactus">Contact Us</router-link>
47
                     </li>
47
                     </li>
48
                     <br />
48
                     <br />
49
                     <li class="item-list-a">
49
                     <li class="item-list-a">

Loading…
Cancel
Save