FInnished adding collection.

This commit is contained in:
Daniel
2022-06-24 01:34:23 +04:30
parent 9cac04eb7b
commit 6e27ed574f
2 changed files with 19 additions and 1 deletions
+5
View File
@@ -68,6 +68,11 @@ const List = ({ data, tags, collections, reFetch, SetLoader, lightMode }) => {
</a>
</div>
<div className="title">{e.title}</div>
<div className="list-collection-label">
<Link to={`/collections/${e.collection}`}>
{e.collection}
</Link>
</div>
<div className="tags">
{e.tag.map((e, i) => {
const tagPath = `/tags/${e}`;