Skip to content

Commit 8d1c8d3

Browse files
committed
fix lint
1 parent ab28467 commit 8d1c8d3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

core/src/css/ionic/link.ionic.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
text-decoration: underline;
5757
}
5858
}
59-
6059
}
6160

6261
// Link: Standalone

core/src/css/test/link/basic/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h3>Standalone (.ion-link)</h3>
3535
<div><a class="ion-focused" href="#">Link - Focused</a></div>
3636
<div><a href="">Link - Visited</a></div>
3737
<div>
38-
<a href="#">Link with Icon <ion-icon name="open-outline"></ion-icon></a>
38+
<a href="#">Link with Icon <ion-icon name="open-outline"></ion-icon></a>
3939
</div>
4040
</div>
4141

0 commit comments

Comments
 (0)