+ {/* Stat boxes — inside info panel on desktop, below info rows */}
+ {priceInfo && (
+
+
-
-
- Supply Minted
-
-
- {formatSupply(priceInfo.totalSupply)} tokens
-
+
+
{formatSupply(priceInfo.totalSupply)}
+
Supply Minted
-
- {storyline.sunset ? (
-
- Story complete
-
- {storyline.plot_count} {storyline.plot_count === 1 ? "plot" : "plots"} total
-
-
- ) : storyline.last_plot_time ? (
-
-
- Next Plot Publish Deadline
-
-
+
+ {storyline.sunset ? (
+ <>
+
{storyline.plot_count}
+
Complete
+ >
+ ) : storyline.last_plot_time ? (
+ <>
+
+
+
+
Deadline
+ >
+ ) : (
+ <>
+
—
+
Deadline
+ >
+ )}
- ) : null}
-
+
+ )}