Skip to content

Commit

Permalink
chore(maimai): update rating to rainbow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyzoid committed Jun 29, 2024
1 parent 4d87ca1 commit b138d0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<div ref="$glow" class="glow"></div>
<div ref="$shine" class="shine"></div>

<div class="text-xs opacity-20 text-center mb-3">last updated: {{ daysAgo(2024, 6, 19) }}</div>
<div class="text-xs opacity-20 text-center mb-3">last updated: {{ daysAgo(2024, 6, 29) }}</div>
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions src/components/cards/maimai.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<template>
<div class="relative rating shrink-0">
<img class="absolute" :src="rating" alt="Rating platinum">
<img class="absolute" :src="rating" alt="Rating rainbow">
<span class="absolute font-bold text-sm">{{ value }}</span>
</div>
</template>

<script setup>
import rating from '/maimai/rating_base_platinum.png';
import rating from '/maimai/rating_base_rainbow.png';
defineProps({
value: String
});
Expand Down
2 changes: 1 addition & 1 deletion src/stats.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"maimaiDeluxe": "14924",
"maimaiDeluxe": "15006",
"SDVX": "17.260",
"popn": "74.63",
"jubeat": "7185",
Expand Down

0 comments on commit b138d0f

Please sign in to comment.