From ac6df3300c7a7dbe6044f33271d3cd6e74cfa7d0 Mon Sep 17 00:00:00 2001 From: thc202 Date: Mon, 11 Nov 2024 07:26:27 +0000 Subject: [PATCH] Rename icon to avoid conflicts Rename the SonarQube icon from `sonar.svg` to `SonarQube.svg` to prevent conflicts in case-insensitive file systems with the icon `Sonar.svg`. Signed-off-by: thc202 --- src/images/icons/{sonar.svg => SonarQube.svg} | 0 src/technologies/s.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/images/icons/{sonar.svg => SonarQube.svg} (100%) diff --git a/src/images/icons/sonar.svg b/src/images/icons/SonarQube.svg similarity index 100% rename from src/images/icons/sonar.svg rename to src/images/icons/SonarQube.svg diff --git a/src/technologies/s.json b/src/technologies/s.json index a1a5bc4d..b0a2568f 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -7121,7 +7121,7 @@ "SonarQube" ], - "icon": "sonar.svg", + "icon": "SonarQube.svg", "implies": [ "Java" ],