🖼 Added descriptive icons next to dashboard headers

This commit is contained in:
2022-06-02 01:06:21 -07:00
parent 32156a4efc
commit ad07d85944
5 changed files with 14 additions and 6 deletions

View File

@@ -28,8 +28,10 @@ export const RecentlyImported = ({
return (
<>
<div className="content">
<h4 className="title is-4">Recently Imported</h4>
<div className="content mt-5">
<h4 className="title is-4">
<i className="fa-solid fa-file-arrow-down"></i> Recently Imported
</h4>
<p className="subtitle is-7">
Recent Library activity such as imports, tagging, etc.
</p>