Skip to content

Commit 2203bb9

Browse files
committed
add alt icons
1 parent 4efdafb commit 2203bb9

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed
Lines changed: 8 additions & 0 deletions
Loading
Lines changed: 7 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading

frontend/src/pages/org/settings/settings.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,7 @@ export class OrgSettings extends BtrixElement {
262262
[
263263
"deduplication",
264264
() =>
265-
html`<sl-icon
266-
name="database-dedupe-fill"
267-
library="app"
268-
></sl-icon>`,
265+
html`<sl-icon name="file-earmark-scan3" library="app"></sl-icon>`,
269266
],
270267
])}
271268
${this.tabLabels[name]}

0 commit comments

Comments
 (0)