Skip to content

Commit def8fb9

Browse files
committed
fix(badge): run lint
1 parent f7c2378 commit def8fb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/components/badge/test/hint/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<ion-label> Inside Tab Button </ion-label>
105105
</ion-list-header>
106106
<div class="ion-display-flex ion-align-items-center ion-justify-content-around ion-margin">
107-
<ion-tab-bar style="width: 100%;">
107+
<ion-tab-bar style="width: 100%">
108108
<ion-tab-button href="" tab="tab-one">
109109
<ion-label>Tab One</ion-label>
110110
<ion-icon name="star"></ion-icon>
@@ -134,7 +134,7 @@
134134
</div>
135135

136136
<div class="ion-display-flex ion-align-items-center ion-justify-content-around ion-margin">
137-
<ion-tab-bar style="width: 100%;">
137+
<ion-tab-bar style="width: 100%">
138138
<ion-tab-button href="" tab="tab-one">
139139
<ion-label>Tab One</ion-label>
140140
<ion-icon name="star"></ion-icon>

0 commit comments

Comments
 (0)