v1.7.0 #318

Merged
LukeGus merged 138 commits from dev-1.7.0 into main 2025-10-01 20:40:10 +00:00
Showing only changes of commit 7bcc863270 - Show all commits

View File

@@ -21,7 +21,7 @@ import {
SiJavascript,
SiTypescript,
SiPython,
SiJava,
SiOracle,
SiCplusplus,
SiC,
SiDotnet,
@@ -91,7 +91,7 @@ function getLanguageIcon(filename: string): React.ReactNode {
'ts': <SiTypescript className="w-6 h-6 text-blue-500" />,
'tsx': <SiTypescript className="w-6 h-6 text-blue-500" />,
'py': <SiPython className="w-6 h-6 text-blue-400" />,
'java': <SiJava className="w-6 h-6 text-red-500" />,
'java': <SiOracle className="w-6 h-6 text-red-500" />,
'cpp': <SiCplusplus className="w-6 h-6 text-blue-600" />,
'c': <SiC className="w-6 h-6 text-blue-700" />,
'cs': <SiDotnet className="w-6 h-6 text-purple-600" />,