theme: Fix Svelte file icon (#24650)

This PR fixes the file icon used for Svelte files in the default icon
theme, as I used the wrong icon name in #24644.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2025-02-11 14:09:03 +00:00
committed by GitHub
parent c61f2dff47
commit 5778e1e6f0
+1 -1
View File
@@ -113,7 +113,7 @@ const FILE_ICONS: &[(&str, &str)] = &[
("scala", "icons/file_icons/scala.svg"),
("settings", "icons/file_icons/settings.svg"),
("storage", "icons/file_icons/database.svg"),
("svelte", "icons/file_icons/template.svg"),
("svelte", "icons/file_icons/html.svg"),
("swift", "icons/file_icons/swift.svg"),
("tcl", "icons/file_icons/tcl.svg"),
("template", "icons/file_icons/html.svg"),