From 645160200238384b2f2a116e00ef360718619e86 Mon Sep 17 00:00:00 2001 From: Omar Najjar Date: Sun, 9 Mar 2025 20:55:17 +1100 Subject: [PATCH] x marks the spot --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 8e79d6a..95a362b 100644 --- a/index.html +++ b/index.html @@ -2793,7 +2793,7 @@ function addCommentsToProposal(proposalCard, proposalId) { const commentsToggle = document.createElement('button'); commentsToggle.className = 'comments-toggle'; commentsToggle.setAttribute('aria-expanded', 'false'); - commentsToggle.innerHTML = ' Show comments'; + commentsToggle.innerHTML = ' x comments'; const commentsContainer = document.createElement('div'); commentsContainer.className = 'comments-container';