Skip to content

Commit

Permalink
fix: remove old attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-hunter committed Dec 21, 2024
1 parent b69d4df commit b15c5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui/icon/helm/src/lib/hlm-icon.directive.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { HlmIconDirective } from './hlm-icon.directive';
imports: [HlmIconDirective, NgIcon],
providers: [provideIcons({ lucideCheck })],
template: `
<ng-icon hlm class="test" ngIconClass="test2" name="lucideCheck" [size]="size" color="red" strokeWidth="2" />
<ng-icon hlm class="test" name="lucideCheck" [size]="size" color="red" strokeWidth="2" />
`,
})
class HlmMockComponent {
Expand Down

0 comments on commit b15c5fc

Please sign in to comment.