File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,22 @@ const socialLinks = [{
16
16
17
17
const contributorLinks = [ {
18
18
name : 'Hosted by:' ,
19
+ title : "Heroku" ,
19
20
href : 'https://www.heroku.com/emberjs' ,
20
21
class : 'heroku-logo'
21
22
} , {
22
23
name : 'CDN provided by:' ,
24
+ title : "Fastly" ,
23
25
href : 'https://www.fastly.com' ,
24
26
class : 'fastly-logo'
25
27
} , {
26
28
name : 'Tested with:' ,
29
+ title : "Percy" ,
27
30
href : 'https://percy.io' ,
28
31
class : 'percy-logo'
29
32
} , {
30
33
name : 'Resolved with:' ,
34
+ title : "Dnsimple" ,
31
35
href : 'https://dnsimple.com/resolving/emberjs' ,
32
36
class : 'dnsimple-logo-dark'
33
37
} ] ;
Original file line number Diff line number Diff line change 5
5
{{ #each contributorLinks as |link |}}
6
6
<div class =" contributor" >
7
7
<p >{{ link.name }} </p >
8
- <a href ={{ link.href }} >
8
+ <a href ={{ link.href }} title = {{ link.title }} >
9
9
{{ svg-jar link.class class =" contributor-logo" }}
10
10
</a >
11
11
</div >
You can’t perform that action at this time.
0 commit comments