Skip to content

Commit

Permalink
(chore): new icon for create tab
Browse files Browse the repository at this point in the history
  • Loading branch information
markharding committed Jan 24, 2017
1 parent bf9961b commit 5edb709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/modules/tabs/tabs.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ion-tab [root]="tabs.newsfeed" tabIcon="md-home"></ion-tab>
<ion-tab [root]="tabs.discovery" tabIcon="md-search"></ion-tab>
<ion-tab tabIcon="md-add-circle"></ion-tab>
<ion-tab tabIcon="md-radio-button-off"></ion-tab>
<ion-tab [root]="tabs.messenger" tabIcon="md-chatbubbles"></ion-tab>
<ion-tab [root]="tabs.notifications" tabIcon="md-notifications"></ion-tab>
</ion-tabs>

0 comments on commit 5edb709

Please sign in to comment.