Skip to content

Commit

Permalink
chore(chunithm): update rating
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyzoid committed Aug 10, 2024
1 parent 8c98782 commit 0d63056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<span class="absolute z-10 signature">Kyzoid</span>
</div>
<span class="mt-16 text-sm uppercase subtitle font-bold z-20">Rhythm game player</span>
<div class="text-xs opacity-50 text-center mb-3 date-sub">last updated: {{ daysAgo(2024, 7, 19) }}</div>
<div class="text-xs opacity-50 text-center mb-3 date-sub">last updated: {{ daysAgo(2024, 8, 11) }}</div>
</div>

<div ref="$card" class="z-30 card relative" @mouseenter="onMouseEnter" @mouseleave="onMouseLeave" @mousemove="rotateToMouse">
Expand Down
2 changes: 1 addition & 1 deletion src/stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"8S": "20.464"
},
"scoresaber": "3071",
"chunithm": "14.01",
"chunithm": "14.20",
"osu": {
"std" : "0",
"taiko" : "0",
Expand Down

0 comments on commit 0d63056

Please sign in to comment.