- Timestamp:
- 12/19/21 19:39:00 (3 years ago)
- Branches:
- master
- Children:
- bdd6491
- Parents:
- 1ad8e64
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/src/app/homepage/homepage.component.html
r1ad8e64 r84d0fbb 21 21 </li> 22 22 <li class="nav-item"> 23 <button class="btn btn-dark" >Sign in</button>23 <button class="btn btn-dark" (click)="onClickLogIn()">Sign in</button> 24 24 </li> 25 25 </ul> … … 30 30 <img src={{imageURI}} /> 31 31 <h4></h4> 32 33 32 <!-- 33 <div class="content-section implementation carousel-demo" style="padding-top: 2em;"> 34 34 <div class="card"> 35 35 <p-carousel [value]="locations" [numVisible]="3" [numScroll]="3" [circular]="false" … … 91 91 </div> 92 92 </div> 93 --> 94 93 95 </main> 94 96 <br>
Note:
See TracChangeset
for help on using the changeset viewer.