Skip to content

Commit

Permalink
Minor: Add SWAP_FILE action icon - refs #5957
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier committed Dec 5, 2024
1 parent c2a6ba4 commit 5eda096
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CoreBundle/Component/Utils/ActionIcon.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,6 @@ enum ActionIcon: string
case EDIT_BADGE = 'shield-edit-outline';

case ADD_EVENT_REMINDER = 'alarm-plus';

case SWAP_FILE = 'file-swap';
}

0 comments on commit 5eda096

Please sign in to comment.