Skip to content

Commit 38a1b7b

Browse files
committed
fix tab-bar shape test
1 parent 58efa3f commit 38a1b7b

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
@@ -24,22 +24,22 @@
2424

2525
<ion-tab-bar>
2626
<ion-tab-button>
27-
<ion-label>Default Shape</ion-label>
27+
<ion-label>Default</ion-label>
2828
<ion-icon aria-hidden="true" name="triangle-outline"></ion-icon>
2929
</ion-tab-button>
3030

3131
<ion-tab-button id="soft-tab-button" shape="soft">
32-
<ion-label>Soft Shape</ion-label>
32+
<ion-label>Soft</ion-label>
3333
<ion-icon aria-hidden="true" name="triangle-outline"></ion-icon>
3434
</ion-tab-button>
3535

3636
<ion-tab-button id="round-tab-button" shape="round">
37-
<ion-label>Round Shape</ion-label>
37+
<ion-label>Round</ion-label>
3838
<ion-icon aria-hidden="true" name="triangle-outline"></ion-icon>
3939
</ion-tab-button>
4040

4141
<ion-tab-button id="rect-tab-button" shape="rectangular">
42-
<ion-label>Rectangular Shape</ion-label>
42+
<ion-label>Rectangular</ion-label>
4343
<ion-icon aria-hidden="true" name="triangle-outline"></ion-icon>
4444
</ion-tab-button>
4545
</ion-tab-bar>

0 commit comments

Comments
 (0)