Skip to content

Commit

Permalink
More relative path fixes on browse tile links
Browse files Browse the repository at this point in the history
  • Loading branch information
wbraden committed Aug 8, 2024
1 parent 7a9c0b6 commit 4c2e2ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,28 +39,28 @@ <h1>Good morning, Amanda</h1>
</section-header>
<div class="swiper-wrapper">
<div class="swiper-slide">
<browse-tile aspect="4-3" promotion image="assets/curated-01.png" alt="Retailer 1">
<browse-tile aspect="4-3" link="retailer.html" promotion image="assets/curated-01.png" alt="Retailer 1">
<span slot="label">Grocery</span>
</browse-tile>
</div>
<!-- Repeat browse-tile elements for more slides -->
<div class="swiper-slide">
<browse-tile aspect="4-3" image="assets/curated-02.png" alt="Retailer 1">
<browse-tile aspect="4-3" link="retailer.html" image="assets/curated-02.png" alt="Retailer 1">
<span slot="label">Home</span>
</browse-tile>
</div>
<div class="swiper-slide">
<browse-tile aspect="4-3" link="/retailer.html" image="assets/curated-03.png" alt="Retailer 1">
<browse-tile aspect="4-3" link="retailer.html" image="assets/curated-03.png" alt="Retailer 1">
<span slot="label">Health</span>
</browse-tile>
</div>
<div class="swiper-slide">
<browse-tile aspect="4-3" image="assets/curated-04.png" alt="Retailer 1">
<browse-tile aspect="4-3" link="retailer.html" image="assets/curated-04.png" alt="Retailer 1">
<span slot="label">Pets</span>
</browse-tile>
</div>
<div class="swiper-slide">
<browse-tile aspect="4-3" image="assets/curated-01.png" alt="Retailer 1">
<browse-tile aspect="4-3" link="retailer.html" image="assets/curated-01.png" alt="Retailer 1">
<span slot="label">Pets</span>
</browse-tile>
</div>
Expand Down

0 comments on commit 4c2e2ff

Please sign in to comment.