diff --git a/frontend/.gitignore b/frontend/.gitignore
index 3a3f5892..36e0f891 100644
--- a/frontend/.gitignore
+++ b/frontend/.gitignore
@@ -31,3 +31,4 @@ yarn-error.log*
# vercel
.vercel
+../synbiohub-docker/
diff --git a/frontend/components/Viewing/Collection/Members.js b/frontend/components/Viewing/Collection/Members.js
index c1a5a7af..6e0ba753 100644
--- a/frontend/components/Viewing/Collection/Members.js
+++ b/frontend/components/Viewing/Collection/Members.js
@@ -406,13 +406,18 @@ function MemberTable(properties) {
{getType(member)} |
{member.description} |
- {!isPublicCollection && (
- handleIconClick(member)}>
-
+ {!isPublicCollection && icon === faTrash && (
+ | handleIconClick(member)} className={styles.modalicon} title="Delete Member">
+
|
- )}
-
- );
+ )}
+ {!isPublicCollection && icon === faUnlink && (
+ handleIconClick(member)} className={styles.modalicon} title="Remove member from collection">
+
+ |
+ )}
+
+ );
}}
/>
diff --git a/frontend/public/commitHash.txt b/frontend/public/commitHash.txt
index e0af29d9..02f0ef16 100644
--- a/frontend/public/commitHash.txt
+++ b/frontend/public/commitHash.txt
@@ -1 +1 @@
-ee02edf1d93748a2bab27328c0a80bf7e9e82515
\ No newline at end of file
+438f4afa7b08703b5a5cddd52db3eecd50330620
\ No newline at end of file
diff --git a/frontend/styles/view.module.css b/frontend/styles/view.module.css
index f16193dd..cc75505b 100644
--- a/frontend/styles/view.module.css
+++ b/frontend/styles/view.module.css
@@ -987,6 +987,7 @@
font-size: 3rem;
margin-bottom: 1rem;
color: #2C3E50;
+ cursor: pointer;
}
.ownercustomselect,