Skip to content
Snippets Groups Projects
Commit d7b9cc1e authored by Kyle Doherty's avatar Kyle Doherty
Browse files

proper icon

parent d17b3103
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ const CollectionButton = ({ name, color, slug }) =>
>
<div className="absolute top right mt2 mr2 hover-child">
<CollectionActions actions={[
{ name: "Set collection permissions", icon: "lock" },
{ name: "Set collection permissions", icon: "lockoutline" },
{ name: "Archive collection", icon: "archive" }
]}/>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment