From 78d0f440677934eb3e6205801b387a9f9c798763 Mon Sep 17 00:00:00 2001 From: Zane <75694352+zanesq@users.noreply.github.com> Date: Wed, 21 Jan 2026 10:58:34 -1000 Subject: [PATCH] add back goose branding to home (#6617) --- ui/desktop/src/components/BaseChat.tsx | 13 ++++++++++--- .../src/components/sessions/SessionsInsights.tsx | 11 +++++++++-- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/ui/desktop/src/components/BaseChat.tsx b/ui/desktop/src/components/BaseChat.tsx index 944fc25c..601d1a03 100644 --- a/ui/desktop/src/components/BaseChat.tsx +++ b/ui/desktop/src/components/BaseChat.tsx @@ -381,9 +381,16 @@ function BaseChatContent({ {/* Chat container with sticky recipe header */}
-
- - goose +
+ + + goose +
diff --git a/ui/desktop/src/components/sessions/SessionsInsights.tsx b/ui/desktop/src/components/sessions/SessionsInsights.tsx index 2ff0cbc8..a7d76e4b 100644 --- a/ui/desktop/src/components/sessions/SessionsInsights.tsx +++ b/ui/desktop/src/components/sessions/SessionsInsights.tsx @@ -4,6 +4,7 @@ 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, @@ -119,7 +120,10 @@ export function SessionInsights() {
{/* Header container with rounded bottom */}
-
+
+
+ +
@@ -209,7 +213,10 @@ export function SessionInsights() {
{/* Header container with rounded bottom */}
-
+
+
+ +