From ede5d54e3639e3358c47edc52647323244ac875c Mon Sep 17 00:00:00 2001 From: robbond Date: Thu, 3 Sep 2026 15:50:52 +0100 Subject: [PATCH] =?UTF-8?q?fix(confidence-engine):=20v0.59c-layout=20?= =?UTF-8?q?=E2=80=94=20stack=20freshness=20beneath=20View=20report?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace flex-row View report + status with flex-col stack so the freshness label sits below the button and no longer floats between actions on the Portfolio. --- app/page.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.jsx b/app/page.jsx index 139d9f3..67635d8 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -44,7 +44,7 @@ function Portfolio() {
{hasReport ? ( -
+