x marks the spot
This commit is contained in:
parent
8d3e0032ce
commit
6451602002
1 changed files with 1 additions and 1 deletions
|
|
@ -2793,7 +2793,7 @@ function addCommentsToProposal(proposalCard, proposalId) {
|
|||
const commentsToggle = document.createElement('button');
|
||||
commentsToggle.className = 'comments-toggle';
|
||||
commentsToggle.setAttribute('aria-expanded', 'false');
|
||||
commentsToggle.innerHTML = '<span class="comments-toggle-icon">▶</span> Show comments';
|
||||
commentsToggle.innerHTML = '<span class="comments-toggle-icon">▶</span> x comments';
|
||||
|
||||
const commentsContainer = document.createElement('div');
|
||||
commentsContainer.className = 'comments-container';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue