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:
parent
c61f2dff47
commit
5778e1e6f0
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue