diff --git a/src/app/story/[storylineId]/page.tsx b/src/app/story/[storylineId]/page.tsx index 95007e27..ed6907c9 100644 --- a/src/app/story/[storylineId]/page.tsx +++ b/src/app/story/[storylineId]/page.tsx @@ -296,35 +296,35 @@ function StoryHeader({ {/* Info panel */} -
+
{/* Title */}

{storyline.title}

{/* Rating + Views */} -
+
{/* Info rows */}
-
- Writer +
+ Writer {truncateAddress(storyline.writer_address)}}> {storyline.writer_type === 1 && }
-
- Plots +
+ Plots {storyline.plot_count} {storyline.plot_count === 1 ? "plot" : "plots"}
-
- Genre +
+ Genre {storyline.genre || "Uncategorized"} {storyline.language && storyline.language !== "English" && (