mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-14 12:14:42 +01:00
Add refresh timeout
This commit is contained in:
@@ -18,7 +18,7 @@ const CardUi = {
|
||||
</p>
|
||||
<div v-if="stats">
|
||||
<div class="flex gap-4 items-center">
|
||||
<div>
|
||||
<div class="text-md">
|
||||
<div class="flex items-center gap-1">
|
||||
<h3>Total hours:</h3>
|
||||
<p>{{ usePrecision(stats.coding.data.grand_total.total_seconds_including_other_language / 3600, 0) }} hours</p>
|
||||
|
||||
Reference in New Issue
Block a user