Skip to content

Commit

Permalink
Trash css
Browse files Browse the repository at this point in the history
  • Loading branch information
bigautam committed Jun 5, 2024
1 parent 438f4af commit 7c65c6c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion frontend/components/Viewing/Collection/Members.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ function MemberTable(properties) {
<td>{getType(member)}</td>
<td>{member.description}</td>
{!isPublicCollection && icon === faTrash && (

<td onClick={() => handleIconClick(member)} className={styles.modalicon} title="Delete Member">
<FontAwesomeIcon icon={faTrash} />
</td>
Expand Down
2 changes: 1 addition & 1 deletion frontend/public/commitHash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0d00eb6ae1e00c8819c9e3a5f257473fe42ea96f
438f4afa7b08703b5a5cddd52db3eecd50330620
1 change: 1 addition & 0 deletions frontend/styles/view.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,7 @@
font-size: 3rem;
margin-bottom: 1rem;
color: #2C3E50;
cursor: pointer;
}

.ownercustomselect,
Expand Down

0 comments on commit 7c65c6c

Please sign in to comment.