Skip to content

Commit

Permalink
Merge pull request #15865 from craftcms/bugfix/ratings-typo
Browse files Browse the repository at this point in the history
Fix ratings typo
  • Loading branch information
brandonkelly authored Oct 9, 2024
2 parents 2a50586 + e0f2968 commit 511f3dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/web/assets/pluginstore/dist/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/pluginstore/dist/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/pluginstore/dist/js/app.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@
class="tw-relative tw-top-1"
/>

<div class="xl:tw-ml-auto tw-text-gray-500">
{{ stats.totalReviews }} {{ ratingsText }}
</div>
<div class="xl:tw-ml-auto tw-text-gray-500">{{ ratingsText }}</div>
</div>

<div class="tw-flex-grow">
Expand Down

0 comments on commit 511f3dd

Please sign in to comment.