Skip to content

Commit

Permalink
feat(Qualification): Change work & activity themes icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Merkur39 committed May 23, 2024
1 parent 6e8e15a commit 89035ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cozy-client/src/models/document/documentTypeData.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const themesList = [
{
id: 'theme3',
label: 'work_study',
icon: 'company',
icon: 'work',
items: buildItemsByLabel(THEME_WORK_STUDY_LABELS)
},
{
Expand All @@ -76,7 +76,7 @@ export const themesList = [
{
id: 'theme7',
label: 'activity',
icon: 'compass',
icon: 'chess',
items: buildItemsByLabel(THEME_ACTIVITY_LABELS)
},
{
Expand Down

0 comments on commit 89035ea

Please sign in to comment.