diff --git a/assets/icons/file_icons/file_types.json b/assets/icons/file_icons/file_types.json index e5510d8599..ce6c257fe6 100644 --- a/assets/icons/file_icons/file_types.json +++ b/assets/icons/file_icons/file_types.json @@ -74,7 +74,7 @@ "ogg": "video", "pdb": "storage", "pdf": "document", - "php": "code", + "php": "php", "png": "image", "ppt": "document", "pptx": "document", @@ -171,6 +171,9 @@ "phoenix": { "icon": "icons/file_icons/phoenix.svg" }, + "php": { + "icon": "icons/file_icons/php.svg" + }, "prettier": { "icon": "icons/file_icons/prettier.svg" }, diff --git a/assets/icons/file_icons/php.svg b/assets/icons/file_icons/php.svg new file mode 100644 index 0000000000..f1b0887f79 --- /dev/null +++ b/assets/icons/file_icons/php.svg @@ -0,0 +1 @@ + \ No newline at end of file