Small changes.

This commit is contained in:
Daniel
2023-02-25 07:52:33 +03:30
parent 9b53608097
commit f3e104aafe
3 changed files with 17 additions and 8 deletions
+5 -2
View File
@@ -8,8 +8,9 @@ import {
faPlus,
faChevronDown,
faFolder,
faHouse,
faBoxesStacked,
faHashtag,
faBookmark,
} from "@fortawesome/free-solid-svg-icons";
import SidebarItem from "./SidebarItem";
import useTagSlice from "@/store/tags";
@@ -50,7 +51,9 @@ export default function () {
</div>
</div>
<SidebarItem item={{ name: "All Collections" }} icon={faHouse} />
<SidebarItem item={{ name: "All Links" }} icon={faBookmark} />
<SidebarItem item={{ name: "All Collections" }} icon={faBoxesStacked} />
<div className="text-gray-500 flex items-center justify-between mt-5">
<p className="text-sm p-3">Collections</p>