Skip to content

Commit

Permalink
Added rating
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkr committed Mar 8, 2025
1 parent a28fe99 commit b483c56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/v2/OnlinePreviewPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ const markdownToRender = computed(() => {
By {{ mod.getOwner() }}
</h2>
<p class='card-timestamp'><strong>Downloads:</strong> {{mod.getDownloadCount()}}</p>
<p class='card-timestamp'><strong>Ratings:</strong> {{mod.getRating()}}</p>
<p class='card-timestamp'><strong>Last updated:</strong> {{getReadableDate(mod.getDateUpdated())}}</p>
<p class='card-timestamp'><strong>Categories:</strong> {{getReadableCategories(mod)}}</p>
<p class="card-timestamp">
Expand Down

0 comments on commit b483c56

Please sign in to comment.