Skip to content

Commit

Permalink
added example image
Browse files Browse the repository at this point in the history
  • Loading branch information
hanibhat committed Mar 7, 2020
1 parent 27bcdfd commit 0d25d67
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project is an example of developing hybrid mobile applications using the [Ionic framework](https://ionicframework.com/).

<p align="center">
<img src="./ionic-whatsapp-clone.gif" width="350" title="WhatsApp Clone" alt="WhatsApp Clone">
</p>

## Getting Started

### Prerequisites
Expand Down
Binary file added ionic-whatsapp-clone.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/app/components/status/status.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ <h2 class="text-height">
</h2>
<p class="text-height">{{ contact?.time | date: "medium" }}</p>
</ion-label>
<!-- <ion-note slot="end" color="success">99</ion-note> -->
<ion-ripple-effect></ion-ripple-effect>
</ion-item>
</ion-item-group>
Expand Down
8 changes: 4 additions & 4 deletions src/app/components/status/status.component.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.divider {
--background: #e2e1e1;
}

.pen-fab {
bottom: 70px;
}

.divider {
--background: #e2e1e1;
}

0 comments on commit 0d25d67

Please sign in to comment.