Merge pull request #14 from Sensokaku/patch-1

Fix playtime
pull/16/head
Azalea 2024-02-27 19:38:21 -05:00 committed by GitHub
commit d149b02c06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@
<div class="time">
<span>Play Time</span>
<span>{(d.user.totalPlayTime / 60 / 60).toFixed(1)} hr</span>
<span>{(d.user.totalPlayTime / 60).toFixed(1)} hr</span>
</div>
<div class="first-play">
@ -390,4 +390,4 @@ $gap: 20px
&:before
content: "+"
color: $c-good
</style>
</style>