Skip to content

Commit

Permalink
fix: gallery thumb alt (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
doproiescu-plenty authored Jan 9, 2025
1 parent c58c400 commit ca0641a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/Gallery/Gallery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
@focus="onChangeIndex(index)"
>
<NuxtImg
:alt="productImageGetters.getCleanImageName(image)"
:alt="productImageGetters.getImageAlternate(image)"
class="object-contain"
:width="productImageGetters.getImageWidth(image) ?? 80"
:height="productImageGetters.getImageHeight(image) ?? 80"
Expand Down
1 change: 1 addition & 0 deletions docs/changelog/changelog_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Fix for editor language picker when it showed inverted data template.
- When the media card only displays text, the text block is now left aligned instead of centered.
- The homepage now displays recommended products on initial load.
- Fixed product gallery thumbnail image alternate.

## v1.8.0 (2024-12-13) <a href="https://github.com/plentymarkets/plentyshop-pwa/compare/v1.7.0...v1.8.0" target="_blank" rel="noopener"><b>Overview of all changes</b></a>

Expand Down

0 comments on commit ca0641a

Please sign in to comment.