od5965 commited on
Commit
6abfbd7
·
verified ·
1 Parent(s): 7f0f3ed

make the menu button for sump pumps link to the sump pump page that you just created

Browse files
Files changed (2) hide show
  1. index.html +2 -2
  2. water-heaters.html +2 -2
index.html CHANGED
@@ -61,8 +61,8 @@
61
  <div class="absolute hidden group-hover:block bg-white shadow-lg rounded-md mt-2 w-48 z-50">
62
  <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Plumbing Repair</a>
63
  <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Water Heaters</a>
64
- <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Sump Pumps</a>
65
- <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">All Services</a>
66
  </div>
67
  </div>
68
  <div class="group relative">
 
61
  <div class="absolute hidden group-hover:block bg-white shadow-lg rounded-md mt-2 w-48 z-50">
62
  <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Plumbing Repair</a>
63
  <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Water Heaters</a>
64
+ <a href="sump-pumps.html" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Sump Pumps</a>
65
+ <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">All Services</a>
66
  </div>
67
  </div>
68
  <div class="group relative">
water-heaters.html CHANGED
@@ -61,8 +61,8 @@
61
  <div class="absolute hidden group-hover:block bg-white shadow-lg rounded-md mt-2 w-48 z-50">
62
  <a href="plumbing-repair.html" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Plumbing Repair</a>
63
  <a href="water-heaters.html" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Water Heaters</a>
64
- <a href="#" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Sump Pumps</a>
65
- <a href="#" class="block px-4 py-2 text-gray-700 hover:极g-gray-100">All Services</a>
66
  </div>
67
  </div>
68
  <div class="group relative">
 
61
  <div class="absolute hidden group-hover:block bg-white shadow-lg rounded-md mt-2 w-48 z-50">
62
  <a href="plumbing-repair.html" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Plumbing Repair</a>
63
  <a href="water-heaters.html" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Water Heaters</a>
64
+ <a href="sump-pumps.html" class="block px-4 py-2 text-gray-700 hover:bg-gray-100">Sump Pumps</a>
65
+ <a href="#" class="block px-4 py-2 text-gray-700 hover:极g-gray-100">All Services</a>
66
  </div>
67
  </div>
68
  <div class="group relative">