diff --git a/.replit b/.replit index 03709f0..6ac90e9 100644 --- a/.replit +++ b/.replit @@ -18,6 +18,10 @@ externalPort = 80 localPort = 33035 externalPort = 3001 +[[ports]] +localPort = 33349 +externalPort = 3002 + [[ports]] localPort = 41343 externalPort = 3000 diff --git a/client/src/components/app-sidebar.tsx b/client/src/components/app-sidebar.tsx index bc51cc8..3f8cdbe 100644 --- a/client/src/components/app-sidebar.tsx +++ b/client/src/components/app-sidebar.tsx @@ -6,6 +6,7 @@ import { BarChart3, Bell, Settings, + LogOut, } from "lucide-react"; import { Link, useLocation } from "wouter"; import { @@ -108,7 +109,7 @@ export function AppSidebar() { - +
@@ -128,6 +129,19 @@ export function AppSidebar() {
+ +
+ +
);