Skip to content

Commit eaa497e

Browse files
committed
fix link class on list-header test
1 parent 0b69838 commit eaa497e

File tree

1 file changed

+1
-1
lines changed
  • core/src/components/list-header/test/basic

1 file changed

+1
-1
lines changed

core/src/components/list-header/test/basic/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
Title
4343
<p>With list + link</p>
4444
</ion-label>
45-
<a class="ionic-link" href="#">Clear</a>
45+
<a href="#">Clear</a>
4646
</ion-list-header>
4747
<ion-item lines="none">
4848
<ion-label color="primary">List item</ion-label>

0 commit comments

Comments
 (0)