From eb806b93c2b6d49a458ef4749b60ca2fc76dcc07 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Tue, 29 Oct 2024 14:07:54 -0400 Subject: [PATCH] Fix Julia icon extension lookup (#19916) Release Notes: - Fixed a bug where the Julia icon was not displayed for Julia files. --- assets/icons/file_icons/file_types.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/icons/file_icons/file_types.json b/assets/icons/file_icons/file_types.json index ce5944e097304cd1826da2f119e920763b1e3251..fe293256b393cc4516bedc9c999c2fea7f225d5c 100644 --- a/assets/icons/file_icons/file_types.json +++ b/assets/icons/file_icons/file_types.json @@ -84,6 +84,7 @@ "j2k": "image", "java": "java", "jfif": "image", + "jl": "julia", "jp2": "image", "jpeg": "image", "jpg": "image", @@ -91,7 +92,6 @@ "json": "storage", "jsonc": "storage", "jsx": "react", - "julia": "julia", "jxl": "image", "kt": "kotlin", "ldf": "storage",