feat: created the Link component

This commit is contained in:
Daniel
2023-03-10 22:55:33 +03:30
parent 0d5579b56d
commit 48bdf29161
10 changed files with 144 additions and 33 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ import {
faPlus,
faFolder,
faBox,
faTag,
faHashtag,
faBookmark,
faMagnifyingGlass,
IconDefinition,
@@ -49,7 +49,7 @@ export default function () {
setPageName(activeTag?.name);
}
setPageIcon(faTag);
setPageIcon(faHashtag);
} else if (router.route === "/collections") {
setPageName("All Collections");
setPageIcon(faBox);