Skip to content

Commit

Permalink
Merge pull request #17 from CanarysPlayground/dev
Browse files Browse the repository at this point in the history
updated discount to 20%
  • Loading branch information
Grenston authored Jul 26, 2020
2 parents 64517e6 + 9775877 commit ccdbd42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/PartsUnlimitedWebsite/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<div class="carousel-inner" role="listbox">
<div class="item active" style="background-image: url('/Images/hero_image1.jpg')">
<a href="@Url.Action("Browse", "Store", new { categoryId = 5 })" class="carousel-wrapper-link"></a>
<p>All Oil and Filters</p>
<p>30%</p>
<p>New Year Sale</p>
<p>All Tires</p>
<p>20%</p>
<p>Stock Clearance Sale</p>
<div class="carousel-caption hidden-xs hidden-sm">
<a href="@Url.Action("Browse", "Store", new { categoryId = 5 })" class="carousel-link">Shop Now</a>
</div>
Expand Down

0 comments on commit ccdbd42

Please sign in to comment.