Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrevryghem committed Dec 15, 2024
1 parent 404ccd9 commit e0a807a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/admin/admin-sidebar/admin-sidebar.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { ThemeService } from '../../shared/theme-support/theme.service';
* Component representing the admin sidebar
*/
@Component({
selector: 'ds-admin-sidebar',
selector: 'admin-sidebar',

Check failure on line 18 in src/app/admin/admin-sidebar/admin-sidebar.component.ts

View workflow job for this annotation

GitHub Actions / tests (16.x)

The selector should start with one of these prefixes: "ds" (https://angular.io/guide/styleguide#style-02-07)

Check failure on line 18 in src/app/admin/admin-sidebar/admin-sidebar.component.ts

View workflow job for this annotation

GitHub Actions / tests (18.x)

The selector should start with one of these prefixes: "ds" (https://angular.io/guide/styleguide#style-02-07)
templateUrl: './admin-sidebar.component.html',
styleUrls: ['./admin-sidebar.component.scss'],
animations: [slideSidebar]
Expand Down

0 comments on commit e0a807a

Please sign in to comment.