Skip to content

Commit e85f9ae

Browse files
CR
1 parent e07af30 commit e85f9ae

File tree

1 file changed

+4
-4
lines changed
  • core/src/components/tab-button/test/shape

1 file changed

+4
-4
lines changed

core/src/components/tab-button/test/shape/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,22 @@
2727
<ion-tab-bar>
2828
<ion-tab-button id="default-tab-button">
2929
<ion-label>Default Shape</ion-label>
30-
<ion-icon aria-hidden="true" name="stop-circle"></ion-icon>
30+
<ion-icon aria-hidden="true" name="triangle-outline"></ion-icon>
3131
</ion-tab-button>
3232

3333
<ion-tab-button id="soft-tab-button" shape="soft">
3434
<ion-label>Soft Shape</ion-label>
35-
<ion-icon aria-hidden="true" name="cloud"></ion-icon>
35+
<ion-icon aria-hidden="true" name="triangle-outline"></ion-icon>
3636
</ion-tab-button>
3737

3838
<ion-tab-button id="round-tab-button" shape="round">
3939
<ion-label>Round Shape</ion-label>
40-
<ion-icon aria-hidden="true" name="stop-circle"></ion-icon>
40+
<ion-icon aria-hidden="true" name="triangle-outline"></ion-icon>
4141
</ion-tab-button>
4242

4343
<ion-tab-button id="rect-tab-button" shape="rectangular">
4444
<ion-label>Rectangular Shape</ion-label>
45-
<ion-icon aria-hidden="true" name="square"></ion-icon>
45+
<ion-icon aria-hidden="true" name="triangle-outline"></ion-icon>
4646
</ion-tab-button>
4747
</ion-tab-bar>
4848
</ion-content>

0 commit comments

Comments
 (0)