diff --git a/src/componets/List.js b/src/componets/List.js
index 33b33f8..db2c85f 100644
--- a/src/componets/List.js
+++ b/src/componets/List.js
@@ -68,6 +68,11 @@ const List = ({ data, tags, collections, reFetch, SetLoader, lightMode }) => {
{e.title}
+
+
+ {e.collection}
+
+
{e.tag.map((e, i) => {
const tagPath = `/tags/${e}`;
diff --git a/src/styles/List.css b/src/styles/List.css
index 52f13dd..0c5be33 100644
--- a/src/styles/List.css
+++ b/src/styles/List.css
@@ -220,4 +220,17 @@
.title-delete-group {
text-align: center;
-}
\ No newline at end of file
+}
+
+.list-collection-label {
+ margin-top: 10px;
+}
+
+.list-collection-label a::before {
+ font-family: "Font Awesome 5 Free";
+ content: " ";
+}
+
+.list-collection-label a {
+ color: inherit;
+}