From e10a1a94f627b24d8fa2a54df82dbf80e1bc1926 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 30 Sep 2025 08:31:36 +0000 Subject: [PATCH] Add Github and Globe icons cgen-c14a7d16b8ac4b35b0db947804663214 --- client/pages/Dashboard.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index 80f1e9f7..e18f600c 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -47,6 +47,8 @@ import { Play, Pause, BarChart3, + Github, + Globe, } from "lucide-react"; export default function Dashboard() {