Skip to content

Commit

Permalink
add jp changes
Browse files Browse the repository at this point in the history
  • Loading branch information
landau committed Jun 19, 2014
1 parent ccad3f4 commit 86b25d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/views/meetup-com.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ module.exports = React.createClass({

return dom.div(
{ key: s.name },
dom.p(null, s.title + ' by ' + s.name + ' | ' + url),
dom.p(null, s.title + ' by ' ,
dom.a({href: url}, s.name)),
dom.p(null, s.desc)
);
});

return dom.div(null, speakers, footer());
}
});

0 comments on commit 86b25d1

Please sign in to comment.