Skip to content

Commit

Permalink
Merge pull request #70 from Enteee/feature/review
Browse files Browse the repository at this point in the history
change count icon and add click indicator
  • Loading branch information
Enteee committed Oct 19, 2020
2 parents c1dd38b + a7330ab commit 7ee799a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class AppComponent {
public appPages = [
{
title: 'Count',
icon: 'add-circle',
icon: 'infinite',
url: '/counters'
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<h2>{{analyticsItem.info.name}}</h2>
<p>{{analyticsItem.info.description}}</p>
</ion-label>
<ion-icon
slot="end"
name="chevron-forward-outline"
></ion-icon>
</ion-item>
</ion-list>

Expand Down
2 changes: 1 addition & 1 deletion src/app/counters/counters.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ion-menu-button></ion-menu-button>
</ion-buttons>
<ion-title>
<ion-icon name="add-circle"></ion-icon>
<ion-icon name="infinite"></ion-icon>
Count
</ion-title>
<ion-buttons slot="end">
Expand Down

0 comments on commit 7ee799a

Please sign in to comment.