diff --git a/src/app/card-resto/card-resto.component.html b/src/app/card-resto/card-resto.component.html index 2baae9e..d143554 100644 --- a/src/app/card-resto/card-resto.component.html +++ b/src/app/card-resto/card-resto.component.html @@ -1,5 +1,5 @@
+ style="width: 23rem;"> Card image cap
This is the first item's accordion body. -
+
  • @@ -39,16 +39,17 @@ {{distance}}m - +
    {{ priceRef[restaurant.prix] }} - +
    - +

    @@ -57,9 +58,10 @@

    -
    -

    Pas de site Web

    -
    + + +

    Indisponible

    +
@@ -77,7 +79,7 @@
Sur place : -

Infos non disponible.

+

Indisponible.

@@ -89,7 +91,7 @@
A emporter : -

Infos non disponible.

+

Indisponible.

@@ -104,7 +106,7 @@
-

Infos non disponible.

+

Indisponible.

diff --git a/src/app/card-resto/card-resto.component.ts b/src/app/card-resto/card-resto.component.ts index 5e11ace..4f67a19 100644 --- a/src/app/card-resto/card-resto.component.ts +++ b/src/app/card-resto/card-resto.component.ts @@ -13,7 +13,7 @@ export class CardRestoComponent implements OnInit { @Input() likeResto: any; @Output() clickLike = new EventEmitter(); isLiked : boolean = false; - priceRef = ["Info indisponible","1-10€ ","11-20€","21-30€","31-40€"]; + priceRef = ["Indisponible","1-10€ ","11-20€","21-30€","31-40€"]; constructor(private apiBackService : ApiBackService) { this.distance = 0 ; diff --git a/src/app/header/components/nav-bar/nav-bar.component.html b/src/app/header/components/nav-bar/nav-bar.component.html index 50d991b..e827353 100644 --- a/src/app/header/components/nav-bar/nav-bar.component.html +++ b/src/app/header/components/nav-bar/nav-bar.component.html @@ -20,7 +20,7 @@
- fond_header + fond_header
diff --git a/src/assets/images-header/bandeau2.png b/src/assets/images-header/bandeau2.png new file mode 100644 index 0000000..7f3b67e Binary files /dev/null and b/src/assets/images-header/bandeau2.png differ