Skip to content

Commit

Permalink
change count icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Enteee committed Oct 19, 2020
1 parent c1dd38b commit c2f2935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Expand Up @@ -15,7 +15,7 @@ export class AppComponent {
public appPages = [
{
title: 'Count',
icon: 'add-circle',
icon: 'infinite',
url: '/counters'
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/app/counters/counters.page.html
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 c2f2935

Please sign in to comment.