diff --git a/app/pages/package/[[org]]/[name].vue b/app/pages/package/[[org]]/[name].vue
index 4e337daf5..e02651df8 100644
--- a/app/pages/package/[[org]]/[name].vue
+++ b/app/pages/package/[[org]]/[name].vue
@@ -583,10 +583,8 @@ const showSkeleton = shallowRef(false)
{{ numberFormatter.format(dependencyCount) }}
-
+
- /
-
-
+ ()
- {{
- numberFormatter.format(totalDepsCount)
- }}
- -
+ ({{ numberFormatter.format(totalDepsCount)
+ }})
+ (-)
- -
+ (-)
@@ -652,20 +652,22 @@ const showSkeleton = shallowRef(false)
-
-
+
- /
-
-
-
-
-
- {{ bytesFormatter.format(installSize.totalSize) }}
+
+
+ ()
+
+
+ ({{ bytesFormatter.format(installSize.totalSize)
+ }})
+
+ (-)
- -