Skip to content

Commit

Permalink
Merge pull request #1381 from G-Core/WEB-7257
Browse files Browse the repository at this point in the history
WEB-7257 Hide category
  • Loading branch information
mariyayurlova authored Oct 24, 2024
2 parents 150ad2b + 818ce13 commit 6ea2b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class HomeComponent implements OnInit {
public categories: Array<Category> = categories;
public baseHref: string = environment.baseHref;
public isMenuExpanded: boolean = false;
public hideCategory = ['Reseller Support', 'Edit article guide', 'Web Application Security'];
public hideCategory = ['Reseller Support', 'Edit article guide', 'Web Application Security', 'Edge AI'];

constructor(private changeDetectorRef: ChangeDetectorRef, private data: MenuService) {}

Expand Down

0 comments on commit 6ea2b25

Please sign in to comment.