From 98cae96d5d626ce3b6f6982f543ef8545b122a07 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Tue, 4 Mar 2025 21:30:56 -0600 Subject: [PATCH] logout go to marketing site --- jam-ui/src/components/navbar/JKProfileDropdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jam-ui/src/components/navbar/JKProfileDropdown.js b/jam-ui/src/components/navbar/JKProfileDropdown.js index da29b4efd..80f83f745 100644 --- a/jam-ui/src/components/navbar/JKProfileDropdown.js +++ b/jam-ui/src/components/navbar/JKProfileDropdown.js @@ -28,7 +28,7 @@ const ProfileDropdown = () => { }); setCurrentUser(null); await logout(); - history.push('/profile'); + history.push('/'); }; return (