mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-21 09:22:50 +00:00
Fixing main page, moving around styles
This commit is contained in:
10
shared/naturalcrit/svg/homebrew.svg.jsx
Normal file
10
shared/naturalcrit/svg/homebrew.svg.jsx
Normal file
@@ -0,0 +1,10 @@
|
||||
var React = require('react');
|
||||
|
||||
var Logo = React.createClass({
|
||||
render : function(){
|
||||
return
|
||||
<h2>{tool.name}</h2>
|
||||
}
|
||||
});
|
||||
|
||||
module.exports = Logo;
|
||||
Reference in New Issue
Block a user