File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 14
14
< p > Release Date: {{release.date | date: "%b %d, %Y" }}</ p >
15
15
16
16
< div class ="links ">
17
- < a href ="https:///github.com/segmentio/{{page.repo}} " target ="_blank "> < img src ="/docs/images/github.svg " /> </ a >
18
- < a href ="https:///github.com/segmentio/{{page.repo}}/tags.atom " target ="_blank "> < img src ="/docs/images/atom.svg " /> </ a >
17
+ < a class =" no-icon " href ="https:///github.com/segmentio/{{page.repo}} " target ="_blank "> < img src ="/docs/images/github.svg " /> </ a >
18
+ < a class =" no-icon " href ="https:///github.com/segmentio/{{page.repo}}/tags.atom " target ="_blank "> < img src ="/docs/images/atom.svg " /> </ a >
19
19
{% if page.repo == 'analytics-android' %}
20
20
< a href ="https://maven-badges.herokuapp.com/maven-central/com.segment.analytics.android/analytics "> < img style ="height: 18px; " src ="https://maven-badges.herokuapp.com/maven-central/com.segment.analytics.android/analytics/badge.svg " /> </ a >
21
21
{% endif %}
Original file line number Diff line number Diff line change 260
260
a [target = " _blank" ]:after {
261
261
content : url (" /docs/images/external-link-alt-solid.svg" );
262
262
margin-left : 4px ;
263
+ }
264
+
265
+ a .no-icon [target = " _blank" ]:after {
266
+ content : none
263
267
}
You can’t perform that action at this time.
0 commit comments