diff --git a/inertia/components/dashboard/collection/item/collection_item.tsx b/inertia/components/dashboard/collection/item/collection_item.tsx
index ece06f5..7bf256d 100644
--- a/inertia/components/dashboard/collection/item/collection_item.tsx
+++ b/inertia/components/dashboard/collection/item/collection_item.tsx
@@ -36,7 +36,12 @@ export default function CollectionItem({
title={collection.name}
>
-
+
{collection.name}
{showLinks && (
@@ -45,7 +50,7 @@ export default function CollectionItem({
c="var(--mantine-color-gray-5)"
ml={4}
>
- — {linksCount}0
+ — {linksCount}
)}