Skip to content

Commit bb3281b

Browse files
committed
Add "id" attribute to the list of maintainers
So it would be linked from outer resources
1 parent 2595635 commit bb3281b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/pages/IndexPageView/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default React.createClass({
7474
<h2 className="index__maintainers-title">
7575
Who develops JSCS?
7676
</h2>
77-
<ul className="index__maintainers">
77+
<ul className="index__maintainers" id="maintainers">
7878
{data.getMaintainers().map(
7979
/** @param {MaintainerModel} maintainer */
8080
(maintainer) => (

0 commit comments

Comments
 (0)