renamed panel blocks

This commit is contained in:
Florian Scholdei
2019-02-01 17:03:00 +01:00
parent 59abab212a
commit ccb199abb7
4 changed files with 12 additions and 12 deletions

View File

@@ -89,12 +89,12 @@ class BranchRoot extends React.Component<Props> {
const changesets = <Changesets repository={repository} branch={branch} />;
return (
<nav className="panel">
<article className="panel-heading">
<div className="panel">
<div className="panel-heading">
{this.renderBranchSelector()}
</article>
</div>
<Route path={`${url}/:page?`} component={() => changesets} />
</nav>
</div>
);
}