Commit da14981a authored by jeldergl's avatar jeldergl

Streamline icon use for consistent UI

Replacing instances of 'issue-duplicate' with 'duplicate'
to use one icon for the same task. This also will allow
us to keep the icon library efficient.
parent 36029973
......@@ -23,7 +23,7 @@ module SystemNoteHelper
'moved' => 'arrow-right',
'outdated' => 'pencil-square',
'pinned_embed' => 'thumbtack',
'duplicate' => 'issue-duplicate',
'duplicate' => 'duplicate',
'locked' => 'lock',
'unlocked' => 'lock-open',
'due_date' => 'calendar'
......
---
title: Replace issue-duplicate icon with duplicate icon
merge_request:
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment