Skip to content

Commit e0fec9e

Browse files
committed
add external link icon
1 parent 118595c commit e0fec9e

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

addon/styles/components/es-footer.css

+5
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@
7070

7171
& .footer-copyright {
7272
color: var(--color-gray-600);
73+
74+
& svg {
75+
fill: var(--color-gray-600);
76+
width: 1rem;
77+
}
7378
}
7479

7580
& .footer-spacer {

addon/templates/components/es-footer-statement.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{{@tagline}}
66
{{#if @contributeLink}}
77
<br>
8-
<a href={{@contributeLink}}>Contribute to this page ?</a>
8+
<a href={{@contributeLink}}>Contribute to this page {{svg-jar 'external-link'}}</a>
99
{{/if}}
1010
</p>
1111
</div>

public/images/icons/external-link.svg

+1
Loading

0 commit comments

Comments
 (0)