File tree Expand file tree Collapse file tree
ui/desktop/src/components/sessions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { Greeting } from '../common/Greeting';
66import { useNavigate } from 'react-router-dom' ;
77import { Button } from '../ui/button' ;
88import { ChatSmart } from '../icons/' ;
9- import { Goose } from '../icons/Goose ' ;
9+ import GooseLogo from '../GooseLogo ' ;
1010import { Skeleton } from '../ui/skeleton' ;
1111import {
1212 getSessionInsights ,
@@ -152,7 +152,7 @@ export function SessionInsights() {
152152 < div className = "bg-background-primary rounded-b-2xl mb-0.5" >
153153 < div className = "px-8 pb-12 pt-19 space-y-4" >
154154 < div className = "origin-bottom-left goose-icon-animation" >
155- < Goose className = "size-8" />
155+ < GooseLogo size = "small" hover = { false } />
156156 </ div >
157157 < Greeting />
158158 </ div >
@@ -245,7 +245,7 @@ export function SessionInsights() {
245245 < div className = "bg-background-primary rounded-b-2xl mb-0.5" >
246246 < div className = "px-8 pb-12 pt-19 space-y-4" >
247247 < div className = "origin-bottom-left goose-icon-animation" >
248- < Goose className = "size-8" />
248+ < GooseLogo size = "small" hover = { false } />
249249 </ div >
250250 < Greeting />
251251 </ div >
You can’t perform that action at this time.
0 commit comments