Skip to content

Commit

Permalink
Updated java icon
Browse files Browse the repository at this point in the history
  • Loading branch information
slashexx committed Nov 4, 2024
1 parent a77ac3f commit 9c6bfb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
Wand2,
RotateCcw,
Wine,
Cup
} from "lucide-react";
import { useNavigate } from "react-router-dom";

Expand All @@ -25,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: Terminal, color: "text-red-500" },
java: { label: "Java", icon: Cup, color: "text-red-500" },
go: { label: "Go", icon: Code2, color: "text-cyan-500" },
};

Expand Down

0 comments on commit 9c6bfb6

Please sign in to comment.