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

Commit 0144118

Browse files
Update assets/javascripts/discourse/components/ai-llm-quota-editor.gjs
Co-authored-by: Keegan George <[email protected]>
1 parent fd20bbe commit 0144118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/discourse/components/ai-llm-quota-editor.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export default class AiLlmQuotaEditor extends Component {
146146
</td>
147147
<td class="ai-llm-quotas__cell ai-llm-quotas__cell--actions">
148148
<DButton
149-
@icon="trash-alt"
149+
@icon="trash-can"
150150
class="btn-danger ai-llm-quotas__delete-btn"
151151
@action={{fn this.deleteQuota quota}}
152152
/>

0 commit comments

Comments
 (0)