Skip to content
Snippets Groups Projects
Unverified Commit 4c019db1 authored by Gustavo Saiani's avatar Gustavo Saiani Committed by GitHub
Browse files

Use clone icon for duplicate in dashboard page (#26607)

parent 01781749
No related branches found
No related tags found
No related merge requests found
......@@ -313,7 +313,7 @@ class DashboardHeader extends Component {
extraButtons.push({
title: t`Duplicate`,
icon: "copy",
icon: "clone",
link: `${location.pathname}/copy`,
event: "Dashboard;Copy",
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment