From 33e5ba6278a9f202f28e6065551f6816324fa98f Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Fri, 2 Feb 2024 11:02:10 -0500 Subject: [PATCH] Revert "Add YAML file type icon (#7185)" (#7286) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR reverts the addition of the YAML icon, as it doesn't look good at the moment: Screenshot 2024-02-02 at 10 55 16 AM This reverts commit a853a80634149ad5d069c48c4a0ece0bd584b5b1. Release Notes: - N/A --- assets/icons/file_icons/file_types.json | 7 ++----- assets/icons/file_icons/yaml.svg | 1 - 2 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 assets/icons/file_icons/yaml.svg diff --git a/assets/icons/file_icons/file_types.json b/assets/icons/file_icons/file_types.json index 29967deb8d48b0da6e7dcaeed3116ac9883fc28d..5dd0cbb91567a6f18a6ee436acfd4d55a70d4a60 100644 --- a/assets/icons/file_icons/file_types.json +++ b/assets/icons/file_icons/file_types.json @@ -118,8 +118,8 @@ "xlsx": "document", "xml": "template", "xrl": "erlang", - "yaml": "yaml", - "yml": "yaml", + "yaml": "settings", + "yml": "settings", "yrl": "erlang", "zlogin": "terminal", "zsh": "terminal", @@ -190,9 +190,6 @@ "php": { "icon": "icons/file_icons/php.svg" }, - "yaml": { - "icon": "icons/file_icons/yaml.svg" - }, "prettier": { "icon": "icons/file_icons/prettier.svg" }, diff --git a/assets/icons/file_icons/yaml.svg b/assets/icons/file_icons/yaml.svg deleted file mode 100644 index eb5987878b72da82e98acffc27d47e6d079d6bd8..0000000000000000000000000000000000000000 --- a/assets/icons/file_icons/yaml.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file