🖼 Added descriptive icons next to dashboard headers
This commit is contained in:
@@ -8,7 +8,9 @@ export const LibraryStatistics = (
|
||||
// const { stats } = props;
|
||||
return (
|
||||
<>
|
||||
<h4 className="title is-4 mt-2">Statistics</h4>
|
||||
<h4 className="title is-4 mt-2">
|
||||
<i className="fa-solid fa-chart-simple"></i> 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">
|
||||
|
||||
Reference in New Issue
Block a user