web: fix more icon

This commit is contained in:
William Casarin 2022-11-18 16:44:43 -08:00
parent c76bd72fde
commit b5a2b5ec2b
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ function render_thread_collapsed(model, ev, opts)
return ""
return `<div onclick="expand_thread('${ev.id}')" class="thread-collapsed">
<div class="thread-summary clickable">
More
More
</div>
</div>`
}