diff --git a/ui/desktop/src/components/GooseSidebar/AppSidebar.tsx b/ui/desktop/src/components/GooseSidebar/AppSidebar.tsx index 02787717ff..90d167d7d7 100644 --- a/ui/desktop/src/components/GooseSidebar/AppSidebar.tsx +++ b/ui/desktop/src/components/GooseSidebar/AppSidebar.tsx @@ -12,6 +12,7 @@ import { SidebarSeparator, } from '../ui/sidebar'; import { ChatSmart, Gear } from '../icons'; +import { Goose } from '../icons/Goose'; import { ViewOptions, View } from '../../utils/navigationUtils'; import { useChatContext } from '../../contexts/ChatContext'; import { DEFAULT_CHAT_TITLE } from '../../contexts/ChatContext'; @@ -210,7 +211,11 @@ const AppSidebar: React.FC = ({ currentPath }) => { - + +
+ + goose +
diff --git a/ui/desktop/src/components/sessions/SessionsInsights.tsx b/ui/desktop/src/components/sessions/SessionsInsights.tsx index a7d76e4b8a..2ff0cbc8d8 100644 --- a/ui/desktop/src/components/sessions/SessionsInsights.tsx +++ b/ui/desktop/src/components/sessions/SessionsInsights.tsx @@ -4,7 +4,6 @@ import { Greeting } from '../common/Greeting'; import { useNavigate } from 'react-router-dom'; import { Button } from '../ui/button'; import { ChatSmart } from '../icons/'; -import { Goose } from '../icons/Goose'; import { Skeleton } from '../ui/skeleton'; import { getSessionInsights, @@ -120,10 +119,7 @@ export function SessionInsights() {
{/* Header container with rounded bottom */}
-
-
- -
+
@@ -213,10 +209,7 @@ export function SessionInsights() {
{/* Header container with rounded bottom */}
-
-
- -
+