Commit ccd0962a authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '198059-dependency-list-export-icon' into 'master'

Use export icon instead of download in dependencies list

Closes #198059

See merge request gitlab-org/gitlab!23527
parents ea128cdc f8c31ba6
...@@ -95,7 +95,7 @@ export default { ...@@ -95,7 +95,7 @@ export default {
:title="s__('Dependencies|Export as JSON')" :title="s__('Dependencies|Export as JSON')"
class="js-download" class="js-download"
> >
<icon name="download" /> <icon name="export" />
</gl-button> </gl-button>
</div> </div>
</template> </template>
---
title: Use export icon instead of download for the export button in the Dependencies
List
merge_request: 23094
author:
type: changed
...@@ -78,7 +78,7 @@ exports[`DependenciesActions component matches the snapshot 1`] = ` ...@@ -78,7 +78,7 @@ exports[`DependenciesActions component matches the snapshot 1`] = `
variant="secondary" variant="secondary"
> >
<icon-stub <icon-stub
name="download" name="export"
size="16" size="16"
/> />
</gl-button-stub> </gl-button-stub>
......
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