diff --git a/src/app/story/[storylineId]/page.tsx b/src/app/story/[storylineId]/page.tsx index b64929e5..66af5db5 100644 --- a/src/app/story/[storylineId]/page.tsx +++ b/src/app/story/[storylineId]/page.tsx @@ -302,37 +302,39 @@ function StoryHeader({ {priceInfo && ( -
+
- -
- - Supply Minted - - - {formatSupply(priceInfo.totalSupply)} tokens - +
+ +
+ + Supply Minted + + + {formatSupply(priceInfo.totalSupply)} tokens + +
+ {storyline.sunset ? ( +
+ Story complete + + {storyline.plot_count} {storyline.plot_count === 1 ? "plot" : "plots"} total + +
+ ) : storyline.last_plot_time ? ( +
+ + Next Plot Publish Deadline + + +
+ ) : null}
- {storyline.sunset ? ( -
- Story complete - - {storyline.plot_count} {storyline.plot_count === 1 ? "plot" : "plots"} total - -
- ) : storyline.last_plot_time ? ( -
- - Next Plot Publish Deadline - - -
- ) : null}
)} {!storyline.sunset && (