Commit e751e767 authored by Scott Hampton's avatar Scott Hampton

Merge branch 'master' into 'master'

Updated closed icon MR

See merge request gitlab-org/gitlab!57981
parents 189d4dba e1f8d19b
......@@ -13,7 +13,7 @@ const CLASSES = {
const STATUS = {
opened: [__('Open'), 'issue-open-m'],
locked: [__('Open'), 'issue-open-m'],
closed: [__('Closed'), 'close'],
closed: [__('Closed'), 'issue-close'],
merged: [__('Merged'), 'git-merge'],
};
......
---
title: Fix closed icon for merge requests to match close issue icon
merge_request: 57981
author: jesus beltran
type: fixed
......@@ -27,7 +27,7 @@ const testCases = [
name: 'Closed',
state: 'closed',
class: 'status-box-mr-closed',
icon: 'close',
icon: 'issue-close',
},
{
name: 'Merged',
......
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