Skip to content

Commit

Permalink
Updated the link titles on each page to include shopping cart
Browse files Browse the repository at this point in the history
  • Loading branch information
clj13001 committed Nov 26, 2016
1 parent 4f84080 commit 89d29a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion html/webpages/homePage.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<li><a href="requestPage.html">Request Device</a></li>
<li><a href="#">Return Device</a></li>
<li><a href="listingPage.html">Device Listing</a></li>
<li><a href="#">User Information</a></li>
<li><a href="#">Shopping Cart</a></li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion html/webpages/listingPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<li><a href="requestPage.html">Request Device</a></li>
<li><a href="#">Return Device</a></li>
<li><a href="listingPage.html">Device Listing</a></li>
<li><a href="#">User Information</a></li>
<li><a href="#">Shopping Cart</a></li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion html/webpages/requestPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<li><a href="requestPage.html">Request Device</a></li>
<li><a href="#">Return Device</a></li>
<li><a href="listingPage.html">Device Listing</a></li>
<li><a href="#">User Information</a></li>
<li><a href="#">Shopping Cart</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 89d29a5

Please sign in to comment.