From d970dbba68b5a8e29dfe3ee23cc032f2065cc612 Mon Sep 17 00:00:00 2001 From: Jordan Vidrine Date: Thu, 9 Jan 2025 09:27:58 -0600 Subject: [PATCH] edits --- .../javascripts/discourse/components/reports/reading-time.gjs | 2 +- assets/javascripts/discourse/components/reports/word-cards.gjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/javascripts/discourse/components/reports/reading-time.gjs b/assets/javascripts/discourse/components/reports/reading-time.gjs index c8ec0fd..6e0ad3d 100644 --- a/assets/javascripts/discourse/components/reports/reading-time.gjs +++ b/assets/javascripts/discourse/components/reports/reading-time.gjs @@ -20,7 +20,7 @@ export default class ReadingTime extends Component {
diff --git a/assets/javascripts/discourse/components/reports/word-cards.gjs b/assets/javascripts/discourse/components/reports/word-cards.gjs index fa72bd8..532a163 100644 --- a/assets/javascripts/discourse/components/reports/word-cards.gjs +++ b/assets/javascripts/discourse/components/reports/word-cards.gjs @@ -8,7 +8,7 @@ export default class WordCards extends Component {

Word Usage

{{#each-in @report.data as |word count|}} - {{! can we pass in an index here? This way inside word-card.gjs instead of random colors & images chosen, we just set them to be static }} + {{! can we pass in an index here? This way inside instead of random colors & images chosen, we just set them to be static }} {{/each-in}}