diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 2da25dd..2d0a00c 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -8,7 +8,7 @@ import { Wand2, RotateCcw, Wine, - Cup + Coffee } from "lucide-react"; import { useNavigate } from "react-router-dom"; @@ -26,7 +26,7 @@ const LANGUAGE_CONFIGS = { c: { label: 'C', icon:Cpu, color: "text-blue-500"}, cpp: { label: "C++", icon: Cpu, color: "text-blue-500" }, python: { label: "Python", icon: Code2, color: "text-yellow-500" }, - java: { label: "Java", icon: Cup, color: "text-red-500" }, + java: { label: "Java", icon: Coffee, color: "text-red-500" }, go: { label: "Go", icon: Code2, color: "text-cyan-500" }, };