Skip to content

Commit

Permalink
Final Submission for Proof of concept v0.01
Browse files Browse the repository at this point in the history
  • Loading branch information
maheedhar1998 committed Dec 6, 2019
1 parent 1c8bf3f commit 1d858bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AddMe/src/app/contacts/contacts.page.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ion-header>
<ion-toolbar>
<ion-title>Contacts</ion-title>
<ion-title class="ion-text-center">Contacts</ion-title>
</ion-toolbar>
<ion-toolbar>
<ion-searchbar></ion-searchbar>
Expand Down Expand Up @@ -134,4 +134,4 @@
</ion-tab-bar>
</ion-tabs>
</ion-toolbar>
</ion-footer>
</ion-footer>
2 changes: 1 addition & 1 deletion AddMe/src/app/home/home.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<ion-card (click)="goToProfile()" class="user">
<!-- TODO insert picture -->
<ion-img src="{{profile.photo}}"></ion-img>
<ion-text class="ion-text-center">{{profile.name}}</ion-text>
<ion-card-title class="ion-text-center">{{profile.name}}</ion-card-title>
</ion-card>
<ion-row>
<ion-col class="ion-text-center">
Expand Down

0 comments on commit 1d858bd

Please sign in to comment.