From 248b929dcd3a45fc73d4385e7f5adf150a081bde Mon Sep 17 00:00:00 2001 From: Marco Allegretti Date: Fri, 30 Jan 2026 10:49:28 +0100 Subject: [PATCH] frontend: modify 1 file Verified changes: - modify frontend/src/pages/proposals/[id].astro Diffstat: - 1 file changed, 4 insertions(+), 11 deletions(-) --- frontend/src/pages/proposals/[id].astro | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/frontend/src/pages/proposals/[id].astro b/frontend/src/pages/proposals/[id].astro index 9267648..5ed3234 100644 --- a/frontend/src/pages/proposals/[id].astro +++ b/frontend/src/pages/proposals/[id].astro @@ -209,7 +209,7 @@ const proposalId = id ?? ''; const safeOptDesc = opt.description ? escapeHtml(opt.description) : ''; return ` -
+
${safeLabel} ${isWinner ? '🏆' : ''} ${safeOptDesc ? `${safeOptDesc}` : ''} @@ -543,7 +543,7 @@ const proposalId = id ?? ''; const modal = document.createElement('div'); modal.className = 'edit-modal'; modal.innerHTML = ` -