Skip to content

Commit

Permalink
Update [id].vue
Browse files Browse the repository at this point in the history
  • Loading branch information
MitzaBobitza authored and arily committed Aug 5, 2023
1 parent 5106bfd commit 359ad0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/beatmapset/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ zh-CN:
</div>
<div class="stripe-odd">
<dt class="text-sm font-medium text-gbase-500">
Star Rate
Star Rating
</dt>
<dd class="stripe-even flex gap-1 items-center">
<img src="~/assets/icons/overall-difficulty.png" alt="" class="w-5 color-theme-light-invert">{{ selectedMap.properties.starRate }}
Expand All @@ -314,7 +314,7 @@ zh-CN:
</div>
<div class="stripe-odd">
<dt class="text-sm font-medium text-gbase-500">
Accuracy
OD
</dt>
<dd class="stripe-even flex gap-1 items-center">
<img src="~/assets/icons/accuracy.png" alt="" class="w-5 color-theme-light-invert">{{ selectedMap.properties.accuracy }}
Expand All @@ -338,7 +338,7 @@ zh-CN:
</div>
<div class="stripe-odd">
<dt class="text-sm font-medium text-gbase-500">
Hit Object
Hit Objects
</dt>
<dd class="stripe-even">
<div class="flex gap-1 items-center">
Expand Down

0 comments on commit 359ad0d

Please sign in to comment.