From 7bcc863270e685443b838d784ee636c6e781d20a Mon Sep 17 00:00:00 2001 From: ZacharyZcR Date: Tue, 16 Sep 2025 18:19:38 +0800 Subject: [PATCH] Fix SiJava import error - replace with SiOracle - Replace non-existent SiJava with SiOracle for Java files - Oracle is the owner of Java, making it an appropriate icon choice - All imported icons now exist and should work correctly - Maintain red color scheme for Java files --- src/ui/Desktop/Apps/File Manager/components/FileViewer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/Desktop/Apps/File Manager/components/FileViewer.tsx b/src/ui/Desktop/Apps/File Manager/components/FileViewer.tsx index 22736f69..7d14c2f3 100644 --- a/src/ui/Desktop/Apps/File Manager/components/FileViewer.tsx +++ b/src/ui/Desktop/Apps/File Manager/components/FileViewer.tsx @@ -21,7 +21,7 @@ import { SiJavascript, SiTypescript, SiPython, - SiJava, + SiOracle, SiCplusplus, SiC, SiDotnet, @@ -91,7 +91,7 @@ function getLanguageIcon(filename: string): React.ReactNode { 'ts': , 'tsx': , 'py': , - 'java': , + 'java': , 'cpp': , 'c': , 'cs': ,