diff --git a/src/app/card-resto/card-resto.component.html b/src/app/card-resto/card-resto.component.html index b4a6979..aff5726 100644 --- a/src/app/card-resto/card-resto.component.html +++ b/src/app/card-resto/card-resto.component.html @@ -16,8 +16,8 @@ [attr.data-bs-target]="'#restaurant'+ restaurant.id" aria-expanded="true" aria-controls="collapseOne"> PLUS D'INFOS -
+
This is the first item's accordion body.
diff --git a/src/app/card-resto/card-resto.component.scss b/src/app/card-resto/card-resto.component.scss index f7f768b..90f92f8 100644 --- a/src/app/card-resto/card-resto.component.scss +++ b/src/app/card-resto/card-resto.component.scss @@ -13,7 +13,7 @@ top: 7px; left: 13px; font-size: 1.5em; - + transform: rotate(5deg); diff --git a/src/app/card-resto/card-resto.component.ts b/src/app/card-resto/card-resto.component.ts index 805a5e3..07e5ac1 100644 --- a/src/app/card-resto/card-resto.component.ts +++ b/src/app/card-resto/card-resto.component.ts @@ -16,7 +16,7 @@ export class CardRestoComponent implements OnInit { ngOnInit(): void { - console.log(this.restaurant); + // console.log(this.restaurant); } onClickLike() { diff --git a/src/app/pages/home-page/home-page.component.ts b/src/app/pages/home-page/home-page.component.ts index 3aeb304..bdf03ec 100644 --- a/src/app/pages/home-page/home-page.component.ts +++ b/src/app/pages/home-page/home-page.component.ts @@ -16,7 +16,7 @@ export class HomePageComponent implements OnInit { ngOnInit(): void { this.apiBackService.getCategories().subscribe((listCategories: any[]) => { - console.log(listCategories); + // console.log(listCategories); // const listCategoriesLibelle = listCategories.map( // (category) => category.libelle @@ -25,7 +25,7 @@ export class HomePageComponent implements OnInit { this.listCategories = listCategories; }); - console.log(this.apiBackService); + // console.log(this.apiBackService);