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 {
:title="s__('Dependencies|Export as JSON')"
class="js-download"
>
<icon name="download" />
<icon name="export" />
</gl-button>
</div>
</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`] = `
variant="secondary"
>
<icon-stub
name="download"
name="export"
size="16"
/>
</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