From 3ca40a2255b3320d32c680f816f7030845a2cf09 Mon Sep 17 00:00:00 2001 From: Aaron Roberts Date: Tue, 9 Jun 2026 18:10:51 +0100 Subject: [PATCH] Revert to 50/50 image/text column split Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/App.jsx | 2 +- frontend/src/components/JobsPanel.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 105beb6..9ca0dcf 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -239,7 +239,7 @@ function App() { className="flex flex-col gap-4" > {/* Image + Text */} -
+
{imagePreview && typeof imagePreview === 'string' ? (
{/* Image + Text */} -
+