🏗 Added a downloads navbar link
This commit is contained in:
@@ -6,10 +6,10 @@ export const LibraryStatistics = (
|
||||
props: ILibraryStatisticsProps,
|
||||
): ReactElement => {
|
||||
// const { stats } = props;
|
||||
console.log(props);
|
||||
return (
|
||||
<>
|
||||
<h4 className="title is-4 mt-2">Statistics</h4>
|
||||
<p className="subtitle is-7">A brief snapshot of your library.</p>
|
||||
<div className="columns is-multiline">
|
||||
<div className="column is-narrow is-two-quarter">
|
||||
<dl className="box">
|
||||
|
||||
@@ -47,6 +47,10 @@ const Navbar: React.FunctionComponent = (props) => {
|
||||
Library
|
||||
</Link>
|
||||
|
||||
<Link to="/library" className="navbar-item">
|
||||
Downloads
|
||||
</Link>
|
||||
|
||||
<Link to="/search" className="navbar-item">
|
||||
Search
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user