Adds icon to invite new member button

This commit is contained in:
Henry Wilkinson 2023-03-02 15:09:58 -05:00
parent a86a3b470a
commit 70d7d2f304

View File

@ -117,7 +117,14 @@ export class OrgSettings extends LiteElement {
variant="primary" variant="primary"
size="small" size="small"
@click=${this.navLink} @click=${this.navLink}
>${msg("Invite New Member")}</sl-button >
<sl-icon
slot="prefix"
name="person-add"
aria-hidden="true"
library="default"
></sl-icon>
${msg("Invite New Member")}</sl-button
> >
`, `,
() => html` <h3>${this.tabLabels[this.activePanel]}</h3> ` () => html` <h3>${this.tabLabels[this.activePanel]}</h3> `