Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit d5bf952

Browse files
authored
DEV: add missing class to summarize button (#1093)
1 parent 45eabed commit d5bf952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/discourse/connectors/topic-map-expanded-after/ai-summary-trigger.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default class AiSummaryTrigger extends Component {
2323
@label="summary.buttons.generate"
2424
@icon="discourse-sparkles"
2525
@action={{this.openAiSummaryModal}}
26-
class="ai-summarization-button"
26+
class="btn-default ai-summarization-button"
2727
/>
2828
{{/if}}
2929
</template>

0 commit comments

Comments
 (0)