mirror of https://github.com/hykilpikonna/AquaDX
Fix playtime
Playtime wasn't being showing up correctly till I removed one of the 60'spull/14/head
parent
c992701387
commit
b83773dfa6
|
@ -145,7 +145,7 @@
|
||||||
|
|
||||||
<div class="time">
|
<div class="time">
|
||||||
<span>Play Time</span>
|
<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>
|
||||||
|
|
||||||
<div class="first-play">
|
<div class="first-play">
|
||||||
|
@ -390,4 +390,4 @@ $gap: 20px
|
||||||
&:before
|
&:before
|
||||||
content: "+"
|
content: "+"
|
||||||
color: $c-good
|
color: $c-good
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue