Skip to content

Commit edbc918

Browse files
committed
Improve comment about logos
1 parent 980a925 commit edbc918

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

site/users/index.html.js

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ var React = require('react');
1010
var Site = require('../_core/Site');
1111

1212
/**
13-
* Adding your logo? Add it to the /whos-using/logos/ directory and then append
13+
* Adding your logo? Add it to the /users/logos/ directory and then append
1414
* an entry to this list.
1515
*
16-
* Please include logos with transparent backgrounds with no margins. If your
17-
* logo is round, include `isRound: true` in your entry.
16+
* Please include logos with transparent backgrounds with no extra margin in the image.
17+
* If your logo is round, include `isRound: true` in your entry.
1818
*/
1919
var logos = [
2020
{
@@ -69,6 +69,11 @@ var logos = [
6969
img: 'brewerybuddy.png',
7070
link: 'http://brewerybuddy.co/'
7171
},
72+
// Adding your logo?
73+
// Add it to the /users/logos/ directory and then append an entry above this comment.
74+
//
75+
// Please include logos with transparent backgrounds with no extra margin in the image.
76+
// If your logo is round, include `isRound: true` in your entry.
7277
];
7378

7479
module.exports = ({ page }) =>

0 commit comments

Comments
 (0)