From 2bb37709999f9e0adc3c19353d78ef95604471c8 Mon Sep 17 00:00:00 2001 From: Cho Young-Hwi Date: Thu, 19 Mar 2026 12:14:43 +0000 Subject: [PATCH] [#354] Fix donations stat misalignment on writer dashboard Donations label was missing `block` class and used a `
` instead, causing it to sit lower than the other stats. Match the same block-span pattern used by Plots, Views, and Created columns. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/app/dashboard/writer/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/dashboard/writer/page.tsx b/src/app/dashboard/writer/page.tsx index 27aadab3..02cd0570 100644 --- a/src/app/dashboard/writer/page.tsx +++ b/src/app/dashboard/writer/page.tsx @@ -152,11 +152,10 @@ function StorylineDetail({ storyline, writerAddress }: { storyline: Storyline; w
- + Donations + - -
{storyline.token_address ? :