Skip to content

Commit

Permalink
Modify icon for canceled trial
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Wilkinson <[email protected]>
  • Loading branch information
tw4l and Shrinks99 authored Jan 8, 2025
1 parent 1475669 commit 63c0fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/orgs-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ export class OrgsList extends BtrixElement {
subscription = {
icon: html`<sl-icon
class="text-base text-neutral-400"
name="nut"
name="x-square-fill"
label=${msg("Trial Cancelled")}
></sl-icon>`,
description: msg("Trial Canceled"),
Expand Down

0 comments on commit 63c0fe3

Please sign in to comment.