Commit 705b0ab87fc4abda9c152d0301d45fdb3edddffd
1 parent
4412e50600
Exists in
master
Cambio logo.
Showing
1 changed file
with
1 additions
and
6 deletions
Show diff stats
src/app/components/home/home.component.html
... | ... | @@ -11,7 +11,7 @@ |
11 | 11 | <!-- HEADER --> |
12 | 12 | <div class="row m-0 w-100 bg-primary-gradient-horizontal"> |
13 | 13 | <div class="col-6 bg-white p-3 rounded-bottom-right"> |
14 | - <img class="w-25 mx-auto d-block" src="{{apiUrl}}/imagenes/logoaxion.png"> | |
14 | + <img class="w-25 mx-auto d-block" src="{{apiUrl}}/imagenes/logofull.png"> | |
15 | 15 | </div> |
16 | 16 | </div> |
17 | 17 | |
... | ... | @@ -23,11 +23,6 @@ |
23 | 23 | <div class="carousel-inner"> |
24 | 24 | <div class="carousel-item active"> |
25 | 25 | <img |
26 | - src="{{apiUrl}}/imagenes/espacioPublicitario.jpg" | |
27 | - class="d-block rounded-sm shadow w-100"> | |
28 | - </div> | |
29 | - <div class="carousel-item"> | |
30 | - <img | |
31 | 26 | src="{{apiUrl}}/imagenes/coca1.jpg" |
32 | 27 | class="d-block rounded-sm shadow w-100"> |
33 | 28 | </div> |