diff --git a/static/js/directives/ui/fetch-tag-dialog.js b/static/js/directives/ui/fetch-tag-dialog.js index 820339e6c..163418cc9 100644 --- a/static/js/directives/ui/fetch-tag-dialog.js +++ b/static/js/directives/ui/fetch-tag-dialog.js @@ -21,7 +21,7 @@ angular.module('quay').directive('fetchTagDialog', function () { $scope.formats = [ { 'title': 'Squashed Docker Image', - 'icon': 'fa-file-archive-o', + 'icon': 'ci-squashed', 'command': 'curl -L -f {http}://{pull_user}:{pull_password}@{hostname}/c1/squash/{namespace}/{name}/{tag} | docker load', 'require_creds': true },