0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 07:02:38 +00:00

Merge branch 'master' of https://github.com/naturalcrit/homebrewery into refactor-splitpane

This commit is contained in:
Víctor Losada Hernández
2024-10-27 10:14:30 +01:00
9 changed files with 138 additions and 181 deletions

View File

@@ -12,10 +12,8 @@ const Nav = {
displayName : 'Nav.base',
render : function(){
return <nav>
<div className='navContent'>
{this.props.children}
</div>
</nav>;
</nav>;
}
}),
logo : function(){