Commit 7de10073 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '13768-fix-redo-icn' into 'master'

Correcting icon from "repeat" to "redo" in Security Dashboard.

Closes #13768

See merge request gitlab-org/gitlab!20510
parents f8e60ae6 2d2fc5af
--- ---
title: Replacing incorrect icon for Retry in Pipeline list page title: Replacing incorrect icon in security dashboard.
merge_request: 20510 merge_request: 20510
author: author:
type: changed type: changed
...@@ -98,7 +98,7 @@ export default { ...@@ -98,7 +98,7 @@ export default {
type="button" type="button"
@click="handleUndoDismiss" @click="handleUndoDismiss"
> >
<icon name="repeat" /> <icon name="redo" />
</loading-button> </loading-button>
<loading-button <loading-button
v-else v-else
......
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