UX: New PM design (#125)

This commit is contained in:
Jordan Vidrine
2025-04-11 13:43:17 -05:00
committed by GitHub
parent b220d87a0d
commit 18ffe04242
4 changed files with 58 additions and 43 deletions
@@ -3,7 +3,7 @@ import gt from "truth-helpers/helpers/gt";
const TopicRepliesColumn = <template>
{{#if (gt @topic.replyCount 1)}}
<span class="topic-replies">{{icon "reply"}}{{@topic.replyCount}}</span>
<span class="topic-replies">{{icon "reply"}}{{@topic.posts_count}}</span>
{{/if}}
</template>;