diff --git a/src/lib/components/collection/CollectionCharacterCard.svelte b/src/lib/components/collection/CollectionCharacterCard.svelte
index 2110171d..4812fb5b 100644
--- a/src/lib/components/collection/CollectionCharacterCard.svelte
+++ b/src/lib/components/collection/CollectionCharacterCard.svelte
@@ -54,6 +54,7 @@
diff --git a/src/lib/components/collection/CollectionSummonCard.svelte b/src/lib/components/collection/CollectionSummonCard.svelte
index e762ed16..307f402c 100644
--- a/src/lib/components/collection/CollectionSummonCard.svelte
+++ b/src/lib/components/collection/CollectionSummonCard.svelte
@@ -35,10 +35,12 @@
ulb={summon.summon?.uncap?.ulb}
transcendence={summon.summon?.uncap?.transcendence}
/>
+ {displayName}
diff --git a/src/lib/components/collection/CollectionWeaponCard.svelte b/src/lib/components/collection/CollectionWeaponCard.svelte
index b2bddc50..941c920d 100644
--- a/src/lib/components/collection/CollectionWeaponCard.svelte
+++ b/src/lib/components/collection/CollectionWeaponCard.svelte
@@ -40,10 +40,12 @@
ulb={weapon.weapon?.uncap?.ulb}
transcendence={weapon.weapon?.uncap?.transcendence}
/>
+ {displayName}