File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ var React = require('react');
10
10
var Site = require ( '../_core/Site' ) ;
11
11
12
12
/**
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
14
14
* an entry to this list.
15
15
*
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.
18
18
*/
19
19
var logos = [
20
20
{
@@ -69,6 +69,11 @@ var logos = [
69
69
img : 'brewerybuddy.png' ,
70
70
link : 'http://brewerybuddy.co/'
71
71
} ,
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.
72
77
] ;
73
78
74
79
module . exports = ( { page } ) =>
You can’t perform that action at this time.
0 commit comments