Skip to content

Commit 7a836bd

Browse files
committed
add netlify as a sponsor
1 parent 5ae1f2e commit 7a836bd

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

addon/constants/es-footer.js

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ const socialLinks = [{
1818

1919

2020
const contributorLinks = [{
21+
name: 'Hosted by:',
22+
title: "Netlify",
23+
href: 'https://www.netlify.com/',
24+
class: 'netlify-logo',
25+
}, {
2126
name: 'Hosted by:',
2227
title: "Heroku",
2328
href: 'https://www.heroku.com/emberjs',

public/images/icons/netlify-logo.svg

+10
Loading

tests/integration/components/es-footer-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ module('Integration | Component | es footer', function(hooks) {
1313
const footerContribtuionsLinks = this.element.querySelectorAll('.footer-contributions a');
1414

1515
assert.equal(footerSocialLinks.length, 3, 'social links are loading');
16-
assert.equal(footerContribtuionsLinks.length, 4, 'contributors links are loading');
16+
assert.equal(footerContribtuionsLinks.length, 5, 'contributors links are loading');
1717
});
1818
});

0 commit comments

Comments
 (0)