mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-06-26 17:42:15 +00:00
DEV: add missing class to summarize button (#1093)
This commit is contained in:
parent
45eabedf47
commit
d5bf9521f0
@ -23,7 +23,7 @@ export default class AiSummaryTrigger extends Component {
|
|||||||
@label="summary.buttons.generate"
|
@label="summary.buttons.generate"
|
||||||
@icon="discourse-sparkles"
|
@icon="discourse-sparkles"
|
||||||
@action={{this.openAiSummaryModal}}
|
@action={{this.openAiSummaryModal}}
|
||||||
class="ai-summarization-button"
|
class="btn-default ai-summarization-button"
|
||||||
/>
|
/>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user