diff --git a/src/components/StoryCard.tsx b/src/components/StoryCard.tsx
index 74b6544a..eadf6f5b 100644
--- a/src/components/StoryCard.tsx
+++ b/src/components/StoryCard.tsx
@@ -68,19 +68,16 @@ export function StoryCard({
- {/* Metadata row below card */}
-
-
- {storyline.token_address && (
- <>
-
-
|
- >
- )}
-
- {storyline.plot_count} {storyline.plot_count === 1 ? "plot" : "plots"} linked
+ {/* Metadata below card */}
+
+ {storyline.token_address && (
+
+
-
+ )}
+
+ {storyline.plot_count} {storyline.plot_count === 1 ? "plot" : "plots"} linked
+