1
0
mirror of synced 2026-08-05 23:36:55 +00:00

UX: unify ai representing icon (#257)

This PR addresses the effort to use one icon representing discourse-ai.

Removed discourse-sparkles from discourse-ai, now included in core ``vendor/assets/svg-icons/discourse-additional.svg``
This commit is contained in:
Ty Correll
2023-10-19 17:31:56 -05:00
committed by GitHub
parent e95b90bc55
commit 87c591bbc2
3 changed files with 2 additions and 12 deletions
@@ -30,7 +30,7 @@ export default class extends Component {
this.moreTopicsPreferenceTracking.registerTopicList({
name: I18n.t("discourse_ai.related_topics.pill"),
id: this.listId,
icon: "magic",
icon: "discourse-sparkles",
});
}