diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index 98f6746f..7a5112c3 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -57,9 +57,19 @@ import { BarChart3, Github, Globe, - MessageCircle, } from "lucide-react"; +const DiscordIcon = () => ( + + + +); + export default function Dashboard() { const navigate = useNavigate(); const { @@ -273,7 +283,7 @@ export default function Dashboard() { provider: "discord", name: "Discord", description: "Link your Discord account to join the AeThex community.", - Icon: MessageCircle, + Icon: DiscordIcon, gradient: "from-indigo-600 to-purple-900", }, ],