Skip to content

Commit

Permalink
feat(CardEmptyCover): add content-creator key
Browse files Browse the repository at this point in the history
  • Loading branch information
fermarinsanchez committed Feb 5, 2024
1 parent 9e6c917 commit 3232617
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/src/misc/CardEmptyCover/CardEmptyCover.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ const CardEmptyCover = memo(({ icon, fileType, height }) => {
{ key: 'bookmark', value: <AssetBookmarkIcon height={18} width={18} color={'#878D96'} /> },
{ key: 'feedback', value: <AssetFeedbackIcon height={18} width={18} color={'#878D96'} /> },
{ key: 'document', value: <AssetDocumentIconSmall height={18} width={18} color={'#878D96'} /> },
{
key: 'content-creator',
value: <AssetDocumentIconSmall height={18} width={18} color={'#878D96'} />,
},
{ key: 'task', value: <AssetTaskIcon height={18} width={18} color={'#878D96'} /> },
{ key: 'tests', value: <AssetTestIcon height={18} width={18} color={'#878D96'} /> },
{
Expand Down

0 comments on commit 3232617

Please sign in to comment.