Update frontend/src/components/orgs-list.ts
Co-authored-by: Henry Wilkinson <henry@wilkinson.graphics>
This commit is contained in:
parent
bca05ac185
commit
dd63c4d980
@ -308,7 +308,7 @@ export class OrgsList extends TailwindElement {
|
|||||||
let status = {
|
let status = {
|
||||||
icon: html`<sl-icon
|
icon: html`<sl-icon
|
||||||
class="text-base text-success"
|
class="text-base text-success"
|
||||||
name="check-circle"
|
name="check-circle-fill"
|
||||||
label=${msg("Good")}
|
label=${msg("Good")}
|
||||||
></sl-icon>`,
|
></sl-icon>`,
|
||||||
description: msg("Active"),
|
description: msg("Active"),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user