mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-28 16:07:49 +01:00
make the heading clickable
This commit is contained in:
@@ -76,7 +76,12 @@ export class HomeComponent extends React.PureComponent<IHomeProps> {
|
||||
>
|
||||
<Navbar fixedToTop={true}>
|
||||
<Navbar.Group align={Alignment.LEFT}>
|
||||
<Navbar.Heading>Writer</Navbar.Heading>
|
||||
<Button
|
||||
minimal={true}
|
||||
onClick={() => this.props.history.push("/")}
|
||||
>
|
||||
Writer
|
||||
</Button>
|
||||
<Navbar.Divider />
|
||||
<Breadcrumbs items={breadcrumbs} />
|
||||
</Navbar.Group>
|
||||
|
||||
Reference in New Issue
Block a user