From c1392d9137af322c9c30843b00137757846c9c15 Mon Sep 17 00:00:00 2001 From: Martin Leduc <31558169+DecimalTurn@users.noreply.github.com> Date: Tue, 25 Mar 2025 23:34:20 -0400 Subject: [PATCH] Map to actual editorconfig icon The editorconfig icon was already present in the theme, but was unused. --- styles/components/icons/mapping.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/components/icons/mapping.less b/styles/components/icons/mapping.less index 878e838f..e52a77d8 100644 --- a/styles/components/icons/mapping.less +++ b/styles/components/icons/mapping.less @@ -694,7 +694,7 @@ .icon-set(".direnv", "config", @grey-light); .icon-set(".env", "config", @grey-light); .icon-set(".static", "config", @grey-light); -.icon-set(".editorconfig", "config", @grey-light); +.icon-set(".editorconfig", "editorconfig", @grey-light); .icon-set(".slugignore", "config", @grey-light); .icon-set(".tmp", "clock", @grey-light); .icon-set(".htaccess", "config", @grey-light);