diff --git a/src/components/cards/SiteCard.vue b/src/components/cards/SiteCard.vue index 27a41c93..253a4d3f 100644 --- a/src/components/cards/SiteCard.vue +++ b/src/components/cards/SiteCard.vue @@ -191,6 +191,9 @@ onMounted(() => { +
+ ↑ {{ formatFileSize(cardProps.data?.upload || 0) }} / ↓ {{ formatFileSize(cardProps.data?.download || 0) }} +
@@ -228,9 +231,6 @@ onMounted(() => { - - ↑ {{ formatFileSize(cardProps.data?.upload || 0) }} / ↓ {{ formatFileSize(cardProps.data?.download || 0) }} -